2023-12-21T01:13:33.389 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T01:13:33.390 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837/orig.config.yaml 2023-12-21T01:13:33.420 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T01:13:33.506 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} email: yweinste@redhat.com first_in_suite: false job_id: '7498837' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri7-testing-2023-12-20-0808-pacific ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO4lbWPjdlgNooa1Vf3i80ToZ0LgSUG3XDCYOLBxlPSJkDuGEP1qvPi+yZSvj97dD1dwVcwOyLTFJn98D1YyPNM= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMALJsbQvfHdjmvV+J80SwMNdOLMH+B90mV5x+WCcAfvBZQRP97DPgRVeSJR6Ejb7oVQYM2LdXudqgt9trZHQWI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: add_mons_via_daemon_add: true allow_ptrace: false avoid_pacific_features: true cephadm_branch: v15.2.0 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15.2.0 - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw r z --placement=2 --port=8000 - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T01:13:33.506 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T01:13:33.507 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T01:13:33.507 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T01:13:33.509 INFO:teuthology.task.internal:Checking packages... 2023-12-21T01:13:33.533 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T01:13:33.534 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T01:13:33.534 INFO:teuthology.packaging:ref: None 2023-12-21T01:13:33.534 INFO:teuthology.packaging:tag: None 2023-12-21T01:13:33.534 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T01:13:33.534 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:13:33.534 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T01:13:33.682 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T01:13:33.684 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T01:13:33.697 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T01:13:33.698 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T01:13:33.761 INFO:teuthology.task.internal:Saving configuration 2023-12-21T01:13:33.774 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T01:13:33.779 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T01:13:33.806 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 01:08:24.925864', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO4lbWPjdlgNooa1Vf3i80ToZ0LgSUG3XDCYOLBxlPSJkDuGEP1qvPi+yZSvj97dD1dwVcwOyLTFJn98D1YyPNM='} 2023-12-21T01:13:33.826 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 01:08:24.923991', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMALJsbQvfHdjmvV+J80SwMNdOLMH+B90mV5x+WCcAfvBZQRP97DPgRVeSJR6Ejb7oVQYM2LdXudqgt9trZHQWI='} 2023-12-21T01:13:33.826 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T01:13:33.832 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-21T01:13:33.832 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-21T01:13:33.832 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T01:13:33.915 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fea1b888e50>, signals=[15]) 2023-12-21T01:13:33.916 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T01:13:33.921 INFO:teuthology.task.internal:Opening connections... 2023-12-21T01:13:33.922 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2023-12-21T01:13:33.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:13:33.993 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2023-12-21T01:13:33.994 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:13:34.063 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T01:13:34.069 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2023-12-21T01:13:34.094 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2023-12-21T01:13:34.095 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="CentOS Stream" 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="8" 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:ID="centos" 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE="rhel fedora" 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="8" 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:PLATFORM_ID="platform:el8" 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T01:13:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:ANSI_COLOR="0;31" 2023-12-21T01:13:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T01:13:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://centos.org/" 2023-12-21T01:13:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T01:13:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T01:13:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T01:13:34.159 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2023-12-21T01:13:34.182 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2023-12-21T01:13:34.205 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2023-12-21T01:13:34.205 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2023-12-21T01:13:34.266 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="CentOS Stream" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="8" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:ID="centos" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE="rhel fedora" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="8" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:PLATFORM_ID="platform:el8" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:ANSI_COLOR="0;31" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://centos.org/" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T01:13:34.267 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T01:13:34.268 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2023-12-21T01:13:34.288 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T01:13:34.303 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T01:13:34.308 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T01:13:34.308 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2023-12-21T01:13:34.311 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2023-12-21T01:13:34.331 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T01:13:34.337 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T01:13:34.338 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2023-12-21T01:13:34.373 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2023-12-21T01:13:34.402 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T01:13:34.457 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T01:13:34.472 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T01:13:34.472 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T01:13:34.473 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T01:13:34.473 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T01:13:34.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:13:34.494 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-12-21T01:13:34.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:13:34.496 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2023-12-21T01:13:34.556 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-489.el8.x86_64 2023-12-21T01:13:34.556 INFO:teuthology.task.kernel:Running kernel on smithi153: 4.18.0-489.el8.x86_64 2023-12-21T01:13:34.556 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum install -y kernel 2023-12-21T01:13:34.559 INFO:teuthology.orchestra.run.smithi038.stdout:4.18.0-489.el8.x86_64 2023-12-21T01:13:34.559 INFO:teuthology.task.kernel:Running kernel on smithi038: 4.18.0-489.el8.x86_64 2023-12-21T01:13:34.559 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum install -y kernel 2023-12-21T01:13:38.133 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - AppStream 31 MB/s | 35 MB 00:01 2023-12-21T01:13:38.215 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - AppStream 32 MB/s | 35 MB 00:01 2023-12-21T01:13:56.381 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - BaseOS 5.0 MB/s | 57 MB 00:11 2023-12-21T01:13:59.090 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - BaseOS 3.9 MB/s | 57 MB 00:14 2023-12-21T01:14:05.647 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2023-12-21T01:14:06.489 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 6.9 kB 00:00 2023-12-21T01:14:06.799 INFO:teuthology.orchestra.run.smithi038.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-21T01:14:07.992 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-21T01:14:12.051 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 463 kB/s | 24 kB 00:00 2023-12-21T01:14:14.447 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras 2.4 kB/s | 18 kB 00:07 2023-12-21T01:14:15.014 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-21T01:14:15.315 INFO:teuthology.orchestra.run.smithi153.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-21T01:14:16.059 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T01:14:16.059 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T01:14:16.283 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-21T01:14:16.371 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2023-12-21T01:14:16.372 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-21T01:14:16.373 INFO:teuthology.orchestra.run.smithi038.stdout:Install 3 Packages 2023-12-21T01:14:16.373 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:14:16.373 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 89 M 2023-12-21T01:14:16.373 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 96 M 2023-12-21T01:14:16.373 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2023-12-21T01:14:19.902 INFO:teuthology.orchestra.run.smithi038.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 2.9 MB/s | 10 MB 00:03 2023-12-21T01:14:20.082 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 448 kB/s | 24 kB 00:00 2023-12-21T01:14:22.827 INFO:teuthology.orchestra.run.smithi038.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 5.6 MB/s | 36 MB 00:06 2023-12-21T01:14:23.286 INFO:teuthology.orchestra.run.smithi038.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 6.3 MB/s | 43 MB 00:06 2023-12-21T01:14:23.286 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2023-12-21T01:14:23.286 INFO:teuthology.orchestra.run.smithi038.stdout:Total 13 MB/s | 89 MB 00:06 2023-12-21T01:14:23.707 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T01:14:23.707 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T01:14:24.000 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2023-12-21T01:14:24.012 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2023-12-21T01:14:24.013 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-21T01:14:24.013 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2023-12-21T01:14:24.013 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-21T01:14:24.013 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2023-12-21T01:14:24.013 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout:Install 3 Packages 2023-12-21T01:14:24.014 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:14:24.015 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 89 M 2023-12-21T01:14:24.015 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 96 M 2023-12-21T01:14:24.015 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2023-12-21T01:14:24.436 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2023-12-21T01:14:24.436 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2023-12-21T01:14:25.734 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2023-12-21T01:14:25.742 INFO:teuthology.orchestra.run.smithi153.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 6.6 MB/s | 10 MB 00:01 2023-12-21T01:14:25.747 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2023-12-21T01:14:27.767 INFO:teuthology.orchestra.run.smithi153.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 10 MB/s | 36 MB 00:03 2023-12-21T01:14:28.687 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2023-12-21T01:14:29.101 INFO:teuthology.orchestra.run.smithi153.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 8.8 MB/s | 43 MB 00:04 2023-12-21T01:14:29.101 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2023-12-21T01:14:29.101 INFO:teuthology.orchestra.run.smithi153.stdout:Total 18 MB/s | 89 MB 00:05 2023-12-21T01:14:29.261 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T01:14:29.776 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2023-12-21T01:14:30.203 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2023-12-21T01:14:30.203 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2023-12-21T01:14:31.440 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2023-12-21T01:14:31.475 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2023-12-21T01:14:33.122 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T01:14:33.510 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T01:14:34.260 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2023-12-21T01:14:34.900 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T01:14:37.188 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T01:14:37.478 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:14:38.512 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T01:14:38.858 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T01:14:42.278 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T01:14:42.580 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:00.713 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:00.737 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:01.099 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:01.099 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T01:15:01.099 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T01:15:01.932 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:01.932 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:15:01.932 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2023-12-21T01:15:01.932 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T01:15:01.932 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T01:15:01.932 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:15:01.932 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-21T01:15:02.283 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:15:02.553 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T01:15:02.554 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T01:15:02.554 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T01:15:02.554 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T01:15:02.554 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T01:15:02.554 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-21T01:15:02.554 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T01:15:02.555 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:15:02.772 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T01:15:02.772 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T01:15:02.772 DEBUG:teuthology.orchestra.run.smithi038:> sudo rpm -qi grub2-tools 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Name : grub2-tools 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Epoch : 1 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Version : 2.02 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Release : 129.el8 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: x86_64 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Group : System Environment/Base 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Size : 9265586 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:License : GPLv3+ 2023-12-21T01:15:02.807 INFO:teuthology.orchestra.run.smithi038.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Relocations : (not relocatable) 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Packager : CentOS BuildSystem 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Vendor : CentOS 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Summary : Support tools for GRUB. 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:Description : 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T01:15:02.808 INFO:teuthology.orchestra.run.smithi038.stdout:hardware devices. 2023-12-21T01:15:02.809 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:15:02.809 INFO:teuthology.orchestra.run.smithi038.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T01:15:02.809 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T01:15:02.810 INFO:teuthology.task.kernel:Updating grub on smithi038 to boot 4.18.0-529.el8.x86_64 2023-12-21T01:15:02.810 DEBUG:teuthology.orchestra.run.smithi038:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T01:15:04.112 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2023-12-21T01:15:04.530 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:04.555 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:04.933 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:04.933 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T01:15:04.933 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T01:15:05.749 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T01:15:05.749 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:15:05.749 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2023-12-21T01:15:05.749 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T01:15:05.749 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T01:15:05.749 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:15:05.749 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2023-12-21T01:15:05.890 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:15:06.106 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T01:15:06.106 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T01:15:06.107 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T01:15:06.107 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T01:15:06.107 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T01:15:06.107 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-21T01:15:06.107 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T01:15:06.107 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:15:06.223 INFO:teuthology.orchestra.run.smithi038.stderr:done 2023-12-21T01:15:06.225 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2023-12-21T01:15:06.262 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.YPl4rt3nbu 2023-12-21T01:15:06.263 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YPl4rt3nbu 2023-12-21T01:15:06.318 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T01:15:06.318 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T01:15:06.319 DEBUG:teuthology.orchestra.run.smithi153:> sudo rpm -qi grub2-tools 2023-12-21T01:15:06.339 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.YPl4rt3nbu 2023-12-21T01:15:06.352 INFO:teuthology.orchestra.run.smithi153.stdout:Name : grub2-tools 2023-12-21T01:15:06.352 INFO:teuthology.orchestra.run.smithi153.stdout:Epoch : 1 2023-12-21T01:15:06.352 INFO:teuthology.orchestra.run.smithi153.stdout:Version : 2.02 2023-12-21T01:15:06.352 INFO:teuthology.orchestra.run.smithi153.stdout:Release : 129.el8 2023-12-21T01:15:06.352 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: x86_64 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Group : System Environment/Base 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Size : 9265586 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:License : GPLv3+ 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Relocations : (not relocatable) 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Packager : CentOS BuildSystem 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Vendor : CentOS 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Summary : Support tools for GRUB. 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout:Description : 2023-12-21T01:15:06.353 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:15:06.354 INFO:teuthology.orchestra.run.smithi153.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T01:15:06.354 INFO:teuthology.orchestra.run.smithi153.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T01:15:06.354 INFO:teuthology.orchestra.run.smithi153.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T01:15:06.354 INFO:teuthology.orchestra.run.smithi153.stdout:hardware devices. 2023-12-21T01:15:06.354 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:15:06.354 INFO:teuthology.orchestra.run.smithi153.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T01:15:06.355 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T01:15:06.355 INFO:teuthology.task.kernel:Updating grub on smithi153 to boot 4.18.0-529.el8.x86_64 2023-12-21T01:15:06.355 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T01:15:06.489 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.YPl4rt3nbu is 6KB 2023-12-21T01:15:06.537 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.YPl4rt3nbu 2023-12-21T01:15:06.555 DEBUG:teuthology.orchestra.run.smithi038:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T01:15:06.628 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T01:15:06.628 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T01:15:06.628 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T01:15:06.628 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T01:15:06.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T01:15:06.785 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2023-12-21T01:15:08.100 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2023-12-21T01:15:10.163 INFO:teuthology.orchestra.run.smithi153.stderr:done 2023-12-21T01:15:10.165 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2023-12-21T01:15:10.192 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.nU6Fy1FmHO 2023-12-21T01:15:10.193 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.nU6Fy1FmHO 2023-12-21T01:15:10.266 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.nU6Fy1FmHO 2023-12-21T01:15:10.412 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.nU6Fy1FmHO is 6KB 2023-12-21T01:15:10.463 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.nU6Fy1FmHO 2023-12-21T01:15:10.481 DEBUG:teuthology.orchestra.run.smithi153:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T01:15:10.554 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T01:15:10.554 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T01:15:10.554 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T01:15:10.554 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T01:15:10.555 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T01:15:10.741 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2023-12-21T01:15:36.813 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-21T01:15:36.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-21T01:15:36.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:15:40.745 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-21T01:15:40.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-21T01:15:40.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:16:15.250 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-21T01:16:24.257 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-21T01:16:24.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:16:36.827 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T01:16:42.641 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-21T01:16:45.830 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-21T01:16:45.830 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:16:46.355 DEBUG:teuthology.orchestra.run.smithi038:> true 2023-12-21T01:16:46.695 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-21T01:16:46.696 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-529.el8.x86_64"... 2023-12-21T01:16:46.696 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2023-12-21T01:16:46.713 INFO:teuthology.orchestra.run.smithi038.stdout:4.18.0-529.el8.x86_64 2023-12-21T01:16:46.713 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T01:16:46.713 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T01:16:46.713 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T01:16:47.715 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-21T01:16:47.715 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T01:16:47.817 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2023-12-21T01:16:47.832 DEBUG:teuthology.parallel:result is None 2023-12-21T01:16:54.642 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-21T01:16:54.643 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:16:54.952 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-12-21T01:16:55.293 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-21T01:16:55.293 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-529.el8.x86_64"... 2023-12-21T01:16:55.294 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-12-21T01:16:55.310 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-529.el8.x86_64 2023-12-21T01:16:55.311 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T01:16:55.311 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T01:16:55.311 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T01:16:56.312 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-21T01:16:56.312 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T01:16:56.410 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2023-12-21T01:16:56.438 DEBUG:teuthology.parallel:result is None 2023-12-21T01:16:56.438 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T01:16:56.447 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T01:16:56.447 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T01:16:56.451 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T01:16:56.472 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T01:16:56.479 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T01:16:56.490 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T01:16:56.490 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T01:16:56.515 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T01:16:56.565 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T01:16:56.572 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T01:16:56.572 DEBUG:teuthology.orchestra.run.smithi038:> 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 2023-12-21T01:16:56.575 DEBUG:teuthology.orchestra.run.smithi153:> 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 2023-12-21T01:16:56.608 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:16:56.620 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:16:56.676 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:16:56.686 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:16:56.687 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T01:16:56.694 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T01:16:56.694 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T01:16:56.697 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T01:16:56.726 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T01:16:56.736 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T01:16:56.736 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T01:16:56.770 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T01:16:56.787 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:16:56.874 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:16:56.931 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:16:57.017 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:16:57.064 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:16:57.064 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T01:16:57.133 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:16:57.176 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:16:57.231 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:16:57.317 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:16:57.358 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-21T01:16:57.358 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T01:16:57.426 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2023-12-21T01:16:57.428 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2023-12-21T01:16:57.487 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:16:57.525 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:16:57.870 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T01:16:57.879 INFO:teuthology.task.internal:Starting timer... 2023-12-21T01:16:57.879 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T01:16:57.929 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T01:16:57.937 DEBUG:teuthology.orchestra.run.smithi038:> sudo service auditd rotate 2023-12-21T01:16:58.014 INFO:teuthology.orchestra.run.smithi038.stdout:Rotating logs: 2023-12-21T01:16:58.015 DEBUG:teuthology.orchestra.run.smithi153:> sudo service auditd rotate 2023-12-21T01:16:58.117 INFO:teuthology.orchestra.run.smithi153.stdout:Rotating logs: 2023-12-21T01:16:58.119 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T01:16:58.120 DEBUG:teuthology.orchestra.run.smithi038:> /usr/sbin/getenforce 2023-12-21T01:16:58.171 INFO:teuthology.orchestra.run.smithi038.stdout:Permissive 2023-12-21T01:16:58.171 DEBUG:teuthology.orchestra.run.smithi153:> /usr/sbin/getenforce 2023-12-21T01:16:58.478 INFO:teuthology.orchestra.run.smithi153.stdout:Permissive 2023-12-21T01:16:58.478 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi038.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi153.front.sepia.ceph.com': 'permissive'} 2023-12-21T01:16:58.478 DEBUG:teuthology.orchestra.run.smithi038:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T01:16:58.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:16:58.508 DEBUG:teuthology.orchestra.run.smithi153:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T01:16:59.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:16:59.145 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T01:16:59.145 DEBUG:teuthology.orchestra.run.smithi038:> sudo /usr/sbin/setenforce permissive 2023-12-21T01:16:59.181 DEBUG:teuthology.orchestra.run.smithi153:> sudo /usr/sbin/setenforce permissive 2023-12-21T01:16:59.442 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T01:16:59.452 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-21T01:16:59.457 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-21T01:16:59.565 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T01:16:59.584 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'}]}] 2023-12-21T01:16:59.585 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi153.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T01:24:31.488 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com')] 2023-12-21T01:24:31.490 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-21T01:24:31.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:24:31.560 DEBUG:teuthology.orchestra.run.smithi038:> true 2023-12-21T01:24:31.631 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-21T01:24:31.632 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-21T01:24:31.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:24:31.701 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-12-21T01:24:31.772 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-21T01:24:31.773 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T01:24:31.785 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T01:24:31.785 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T01:24:31.786 DEBUG:teuthology.orchestra.run.smithi038:> 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 2023-12-21T01:24:31.788 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T01:24:31.788 DEBUG:teuthology.orchestra.run.smithi153:> 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 2023-12-21T01:24:31.819 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T01:24:31.833 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T01:24:31.846 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T01:24:31.860 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T01:24:31.902 INFO:teuthology.orchestra.run.smithi038.stderr:sudo: ntpd: command not found 2023-12-21T01:24:31.915 INFO:teuthology.orchestra.run.smithi038.stdout:506 Cannot talk to daemon 2023-12-21T01:24:31.929 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T01:24:31.931 INFO:teuthology.orchestra.run.smithi153.stderr:sudo: ntpd: command not found 2023-12-21T01:24:31.943 INFO:teuthology.orchestra.run.smithi153.stdout:506 Cannot talk to daemon 2023-12-21T01:24:31.944 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T01:24:31.957 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T01:24:31.970 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T01:24:32.019 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2023-12-21T01:24:32.023 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T01:24:32.023 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2023-12-21T01:24:32.023 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.023 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.023 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.023 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.039 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2023-12-21T01:24:32.042 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T01:24:32.042 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2023-12-21T01:24:32.042 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.043 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.043 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.043 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:24:32.044 INFO:teuthology.run_tasks:Running task pexec... 2023-12-21T01:24:32.052 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-21T01:24:32.053 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi038.front.sepia.ceph.com 2023-12-21T01:24:32.053 DEBUG:teuthology.orchestra.run.smithi038:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T01:24:32.053 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi153.front.sepia.ceph.com 2023-12-21T01:24:32.053 DEBUG:teuthology.orchestra.run.smithi153:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T01:24:32.957 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:42 ago on Thu 21 Dec 2023 01:22:50 AM UTC. 2023-12-21T01:24:32.971 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:34 ago on Thu 21 Dec 2023 01:22:58 AM UTC. 2023-12-21T01:24:35.137 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2023-12-21T01:24:35.137 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-21T01:24:35.137 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2023-12-21T01:24:35.137 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-21T01:24:35.138 INFO:teuthology.orchestra.run.smithi153.stdout:Resetting modules: 2023-12-21T01:24:35.138 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools 2023-12-21T01:24:35.138 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:24:35.138 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2023-12-21T01:24:35.138 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2023-12-21T01:24:35.138 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:24:35.296 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-21T01:24:35.297 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-21T01:24:35.297 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2023-12-21T01:24:35.298 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-21T01:24:35.298 INFO:teuthology.orchestra.run.smithi038.stdout:Resetting modules: 2023-12-21T01:24:35.298 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools 2023-12-21T01:24:35.298 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:24:35.298 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2023-12-21T01:24:35.298 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-21T01:24:35.298 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:24:35.380 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2023-12-21T01:24:35.568 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-21T01:24:36.313 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:46 ago on Thu 21 Dec 2023 01:22:50 AM UTC. 2023-12-21T01:24:36.529 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Dec 2023 01:22:58 AM UTC. 2023-12-21T01:24:38.463 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout:=========================================================================================== 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout:=========================================================================================== 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrading: 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-21T01:24:38.466 INFO:teuthology.orchestra.run.smithi153.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout:Installing group/module packages: 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T01:24:38.467 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout:Installing weak dependencies: 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout:Installing module profiles: 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools/common 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout:Enabling module streams: 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools rhel8 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout:=========================================================================================== 2023-12-21T01:24:38.468 INFO:teuthology.orchestra.run.smithi153.stdout:Install 13 Packages 2023-12-21T01:24:38.469 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrade 9 Packages 2023-12-21T01:24:38.469 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:24:38.469 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 52 M 2023-12-21T01:24:38.469 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2023-12-21T01:24:38.787 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout:=========================================================================================== 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repo Size 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout:=========================================================================================== 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrading: 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-21T01:24:38.791 INFO:teuthology.orchestra.run.smithi038.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout:Installing group/module packages: 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T01:24:38.792 INFO:teuthology.orchestra.run.smithi038.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout:Installing weak dependencies: 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout:Installing module profiles: 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools/common 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout:Enabling module streams: 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools rhel8 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout:=========================================================================================== 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout:Install 13 Packages 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrade 9 Packages 2023-12-21T01:24:38.793 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:24:38.794 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 52 M 2023-12-21T01:24:38.794 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2023-12-21T01:24:38.975 INFO:teuthology.orchestra.run.smithi153.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-21T01:24:39.009 INFO:teuthology.orchestra.run.smithi153.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2023-12-21T01:24:39.034 INFO:teuthology.orchestra.run.smithi153.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 672 kB/s | 39 kB 00:00 2023-12-21T01:24:39.077 INFO:teuthology.orchestra.run.smithi153.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-12-21T01:24:39.123 INFO:teuthology.orchestra.run.smithi038.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-21T01:24:39.157 INFO:teuthology.orchestra.run.smithi038.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.1 MB/s | 1.0 MB 00:00 2023-12-21T01:24:39.172 INFO:teuthology.orchestra.run.smithi153.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 1.8 MB/s | 178 kB 00:00 2023-12-21T01:24:39.182 INFO:teuthology.orchestra.run.smithi038.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 668 kB/s | 39 kB 00:00 2023-12-21T01:24:39.224 INFO:teuthology.orchestra.run.smithi038.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-12-21T01:24:39.291 INFO:teuthology.orchestra.run.smithi038.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-12-21T01:24:39.294 INFO:teuthology.orchestra.run.smithi153.stdout:(6/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 16 MB/s | 9.6 MB 00:00 2023-12-21T01:24:39.319 INFO:teuthology.orchestra.run.smithi153.stdout:(7/22): python3-pytoml-0.1.14-5.git7dea353.el8. 168 kB/s | 25 kB 00:00 2023-12-21T01:24:39.370 INFO:teuthology.orchestra.run.smithi153.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 12 MB/s | 3.9 MB 00:00 2023-12-21T01:24:39.386 INFO:teuthology.orchestra.run.smithi153.stdout:(9/22): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-21T01:24:39.408 INFO:teuthology.orchestra.run.smithi038.stdout:(6/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 17 MB/s | 9.6 MB 00:00 2023-12-21T01:24:39.433 INFO:teuthology.orchestra.run.smithi038.stdout:(7/22): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2023-12-21T01:24:39.470 INFO:teuthology.orchestra.run.smithi153.stdout:(10/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 25 MB/s | 2.5 MB 00:00 2023-12-21T01:24:39.492 INFO:teuthology.orchestra.run.smithi038.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 13 MB/s | 3.9 MB 00:00 2023-12-21T01:24:39.495 INFO:teuthology.orchestra.run.smithi153.stdout:(11/22): udica-0.2.6-20.module_el8+712+4cd1bd69 484 kB/s | 53 kB 00:00 2023-12-21T01:24:39.529 INFO:teuthology.orchestra.run.smithi153.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 698 kB/s | 41 kB 00:00 2023-12-21T01:24:39.549 INFO:teuthology.orchestra.run.smithi038.stdout:(9/22): python3-pyxdg-0.25-16.el8.noarch.rpm 669 kB/s | 94 kB 00:00 2023-12-21T01:24:39.554 INFO:teuthology.orchestra.run.smithi153.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 984 kB/s | 57 kB 00:00 2023-12-21T01:24:39.626 INFO:teuthology.orchestra.run.smithi038.stdout:(10/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 19 MB/s | 2.5 MB 00:00 2023-12-21T01:24:39.651 INFO:teuthology.orchestra.run.smithi038.stdout:(11/22): udica-0.2.6-20.module_el8+712+4cd1bd69 514 kB/s | 53 kB 00:00 2023-12-21T01:24:39.654 INFO:teuthology.orchestra.run.smithi153.stdout:(14/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 24 MB/s | 8.1 MB 00:00 2023-12-21T01:24:39.680 INFO:teuthology.orchestra.run.smithi153.stdout:(15/22): container-selinux-2.224.0-1.module_el8 465 kB/s | 70 kB 00:00 2023-12-21T01:24:39.685 INFO:teuthology.orchestra.run.smithi038.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2023-12-21T01:24:39.710 INFO:teuthology.orchestra.run.smithi038.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 982 kB/s | 57 kB 00:00 2023-12-21T01:24:39.713 INFO:teuthology.orchestra.run.smithi153.stdout:(16/22): containers-common-1-57.module_el8+712+ 2.4 MB/s | 144 kB 00:00 2023-12-21T01:24:39.744 INFO:teuthology.orchestra.run.smithi038.stdout:(14/22): container-selinux-2.224.0-1.module_el8 1.2 MB/s | 70 kB 00:00 2023-12-21T01:24:39.755 INFO:teuthology.orchestra.run.smithi153.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 7.3 MB/s | 564 kB 00:00 2023-12-21T01:24:39.780 INFO:teuthology.orchestra.run.smithi153.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 1.0 MB/s | 70 kB 00:00 2023-12-21T01:24:39.806 INFO:teuthology.orchestra.run.smithi153.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 1.4 MB/s | 70 kB 00:00 2023-12-21T01:24:39.853 INFO:teuthology.orchestra.run.smithi038.stdout:(15/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-12-21T01:24:39.878 INFO:teuthology.orchestra.run.smithi038.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.1 MB/s | 144 kB 00:00 2023-12-21T01:24:39.881 INFO:teuthology.orchestra.run.smithi153.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 745 kB/s | 56 kB 00:00 2023-12-21T01:24:39.928 INFO:teuthology.orchestra.run.smithi038.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 7.4 MB/s | 564 kB 00:00 2023-12-21T01:24:39.931 INFO:teuthology.orchestra.run.smithi153.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 20 MB/s | 3.1 MB 00:00 2023-12-21T01:24:39.953 INFO:teuthology.orchestra.run.smithi038.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 930 kB/s | 70 kB 00:00 2023-12-21T01:24:39.987 INFO:teuthology.orchestra.run.smithi038.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 1.2 MB/s | 70 kB 00:00 2023-12-21T01:24:40.046 INFO:teuthology.orchestra.run.smithi038.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 961 kB/s | 56 kB 00:00 2023-12-21T01:24:40.095 INFO:teuthology.orchestra.run.smithi038.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 22 MB/s | 3.1 MB 00:00 2023-12-21T01:24:40.240 INFO:teuthology.orchestra.run.smithi153.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 31 MB/s | 21 MB 00:00 2023-12-21T01:24:40.241 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2023-12-21T01:24:40.241 INFO:teuthology.orchestra.run.smithi153.stdout:Total 29 MB/s | 52 MB 00:01 2023-12-21T01:24:40.404 INFO:teuthology.orchestra.run.smithi038.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 31 MB/s | 21 MB 00:00 2023-12-21T01:24:40.405 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2023-12-21T01:24:40.405 INFO:teuthology.orchestra.run.smithi038.stdout:Total 32 MB/s | 52 MB 00:01 2023-12-21T01:24:40.733 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2023-12-21T01:24:40.778 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2023-12-21T01:24:40.778 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2023-12-21T01:24:40.914 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2023-12-21T01:24:40.963 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2023-12-21T01:24:40.963 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2023-12-21T01:24:41.444 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2023-12-21T01:24:41.447 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2023-12-21T01:24:41.449 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2023-12-21T01:24:41.452 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2023-12-21T01:24:42.732 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2023-12-21T01:24:42.832 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-21T01:24:42.862 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2023-12-21T01:24:42.940 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-21T01:24:43.039 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-21T01:24:43.066 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-21T01:24:43.127 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-21T01:24:43.149 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-21T01:24:43.282 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-21T01:24:43.349 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-21T01:25:01.072 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-21T01:25:01.329 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-21T01:25:01.488 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-21T01:25:01.703 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-21T01:25:01.928 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-21T01:25:01.945 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-21T01:25:02.121 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-21T01:25:02.152 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-21T01:25:02.319 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-21T01:25:02.528 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-21T01:25:02.765 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-21T01:25:02.929 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-21T01:25:03.911 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-21T01:25:04.113 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-21T01:25:04.291 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-21T01:25:04.473 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-21T01:25:04.736 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-21T01:25:04.821 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-21T01:25:04.896 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-21T01:25:05.037 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-21T01:25:05.172 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-21T01:25:05.258 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-21T01:25:05.454 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-21T01:25:05.716 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-21T01:25:05.742 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-21T01:25:05.913 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-21T01:25:06.204 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-21T01:25:06.720 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-21T01:25:06.810 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-21T01:25:07.021 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-21T01:25:07.854 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-21T01:25:07.932 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-21T01:25:08.129 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-21T01:25:08.325 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-21T01:25:08.499 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-21T01:25:08.669 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-21T01:25:08.924 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-21T01:25:09.080 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-21T01:25:09.092 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-21T01:25:09.248 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-21T01:25:09.422 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-21T01:25:09.495 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-21T01:25:09.604 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-21T01:25:09.605 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-21T01:25:09.725 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-21T01:25:09.789 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-21T01:25:09.902 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-21T01:25:10.006 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-21T01:25:10.140 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-21T01:25:10.163 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-21T01:25:10.339 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-21T01:25:10.384 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-21T01:25:10.535 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-21T01:25:10.571 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-21T01:25:10.714 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-21T01:25:10.737 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-21T01:25:10.909 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-21T01:25:10.909 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-21T01:25:11.122 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-21T01:25:11.327 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-21T01:25:11.480 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-21T01:25:11.693 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-21T01:25:11.896 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-21T01:25:12.070 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-21T01:25:30.481 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-21T01:25:30.949 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-21T01:25:30.950 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-21T01:25:30.951 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-21T01:25:32.004 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-21T01:25:32.004 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:25:32.004 INFO:teuthology.orchestra.run.smithi153.stdout:Upgraded: 2023-12-21T01:25:32.004 INFO:teuthology.orchestra.run.smithi153.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.004 INFO:teuthology.orchestra.run.smithi153.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:32.004 INFO:teuthology.orchestra.run.smithi153.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.004 INFO:teuthology.orchestra.run.smithi153.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:32.005 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T01:25:32.006 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T01:25:32.006 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.006 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:32.006 INFO:teuthology.orchestra.run.smithi153.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:32.006 INFO:teuthology.orchestra.run.smithi153.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T01:25:32.006 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:25:32.006 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2023-12-21T01:25:32.022 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-21T01:25:32.293 DEBUG:teuthology.parallel:result is None 2023-12-21T01:25:32.483 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-21T01:25:32.483 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-21T01:25:32.483 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-21T01:25:32.484 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-21T01:25:32.485 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout:Upgraded: 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.508 INFO:teuthology.orchestra.run.smithi038.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T01:25:33.509 INFO:teuthology.orchestra.run.smithi038.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T01:25:33.510 INFO:teuthology.orchestra.run.smithi038.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T01:25:33.510 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:25:33.510 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-21T01:25:33.786 DEBUG:teuthology.parallel:result is None 2023-12-21T01:25:33.786 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T01:25:33.878 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'allow_ptrace': False, 'avoid_pacific_features': True, 'cephadm_branch': 'v15.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15.2.0', 'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-21T01:25:33.878 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2023-12-21T01:25:33.878 INFO:tasks.cephadm:Cluster fsid is d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:33.879 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T01:25:33.879 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.38', 'mon.c': '[v2:172.21.15.38:3301,v1:172.21.15.38:6790]', 'mon.b': '172.21.15.153'} 2023-12-21T01:25:33.879 INFO:tasks.cephadm:First mon is mon.a on smithi038 2023-12-21T01:25:33.879 INFO:tasks.cephadm:First mgr is y 2023-12-21T01:25:33.879 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T01:25:33.880 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2023-12-21T01:25:33.908 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2023-12-21T01:25:33.945 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2023-12-21T01:25:33.946 DEBUG:teuthology.orchestra.run.smithi038:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T01:25:34.246 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 21 01:25 /home/ubuntu/cephtest/cephadm 2023-12-21T01:25:34.247 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T01:25:34.399 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 21 01:25 /home/ubuntu/cephtest/cephadm 2023-12-21T01:25:34.399 DEBUG:teuthology.orchestra.run.smithi038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T01:25:34.420 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T01:25:34.453 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /etc/ceph 2023-12-21T01:25:34.491 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2023-12-21T01:25:34.523 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 777 /etc/ceph 2023-12-21T01:25:34.561 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2023-12-21T01:25:34.594 INFO:tasks.cephadm:Writing seed config... 2023-12-21T01:25:34.596 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-12-21T01:25:34.596 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T01:25:34.596 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T01:25:34.597 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T01:25:34.597 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T01:25:34.597 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T01:25:34.597 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T01:25:34.597 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T01:25:34.598 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:25:34.598 DEBUG:teuthology.orchestra.run.smithi038:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T01:25:34.619 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false 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=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd 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 = d648fb56-9f9f-11ee-95a5-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-21T01:25:34.620 DEBUG:teuthology.orchestra.run.smithi038:mon.a> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a.service 2023-12-21T01:25:34.662 DEBUG:teuthology.orchestra.run.smithi038:mgr.y> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y.service 2023-12-21T01:25:34.690 INFO:journalctl@ceph.mon.a.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:25:34.691 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T01:25:34.691 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 --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 y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.38 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T01:25:34.718 INFO:journalctl@ceph.mgr.y.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:25:34.841 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Verifying podman|docker is present... 2023-12-21T01:25:34.841 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Verifying lvm2 is present... 2023-12-21T01:25:34.841 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Verifying time synchronization is in place... 2023-12-21T01:25:34.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-21T01:25:34.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T01:25:34.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-21T01:25:34.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-21T01:25:34.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-21T01:25:34.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-21T01:25:34.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-21T01:25:34.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-21T01:25:34.862 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-21T01:25:34.863 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Repeating the final host check... 2023-12-21T01:25:34.863 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2023-12-21T01:25:34.863 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:systemctl is present 2023-12-21T01:25:34.863 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:lvcreate is present 2023-12-21T01:25:34.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-21T01:25:34.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T01:25:34.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-21T01:25:34.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-21T01:25:34.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-21T01:25:34.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-21T01:25:34.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-21T01:25:34.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-21T01:25:34.882 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-21T01:25:34.882 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Host looks OK 2023-12-21T01:25:34.882 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:root:Cluster fsid: d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:34.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Acquiring lock 140330180307096 on /run/cephadm/d648fb56-9f9f-11ee-95a5-87774f69a715.lock 2023-12-21T01:25:34.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Lock 140330180307096 acquired on /run/cephadm/d648fb56-9f9f-11ee-95a5-87774f69a715.lock 2023-12-21T01:25:34.883 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Verifying IP 172.21.15.38 port 3300 ... 2023-12-21T01:25:34.883 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Verifying IP 172.21.15.38 port 6789 ... 2023-12-21T01:25:34.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.38, final addrv is [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2023-12-21T01:25:34.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2023-12-21T01:25:34.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.38 metric 100 2023-12-21T01:25:34.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 metric 100 2023-12-21T01:25:34.885 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Mon IP 172.21.15.38 is in CIDR network 172.21.0.0/20 2023-12-21T01:25:34.886 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2023-12-21T01:25:34.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2023-12-21T01:25:36.508 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2023-12-21T01:25:43.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2023-12-21T01:25:43.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2023-12-21T01:25:43.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2023-12-21T01:25:54.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-21T01:25:54.330 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2023-12-21T01:25:54.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-21T01:25:54.673 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2023-12-21T01:25:54.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2023-12-21T01:25:54.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2023-12-21T01:25:55.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:stat:stdout 167 167 2023-12-21T01:25:55.346 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Creating initial keys... 2023-12-21T01:25:55.347 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-21T01:25:55.347 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-21T01:25:55.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAjlINl1DdVKhAAFP3pqXH+oSQebxwB2UAQ6w== 2023-12-21T01:25:56.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-21T01:25:56.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-21T01:25:56.335 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAklINlp7HsEhAAWLl6I29TbhwurCJwySCihQ== 2023-12-21T01:25:56.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-21T01:25:56.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-21T01:25:57.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAllINl0poQBhAAx1f307/6IsCdIqTYWJvmvA== 2023-12-21T01:25:57.442 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Creating initial monmap... 2023-12-21T01:25:57.442 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/tmp/ceph-tmps_76eskd:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', 'd648fb56-9f9f-11ee-95a5-87774f69a715', '--addv', 'a', '[v2:172.21.15.38:3300,v1:172.21.15.38:6789]', '/tmp/monmap'] 2023-12-21T01:25:57.442 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /tmp/ceph-tmps_76eskd:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 --addv a [v2:172.21.15.38:3300,v1:172.21.15.38:6789] /tmp/monmap 2023-12-21T01:25:57.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T01:25:57.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:57.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T01:25:58.047 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Creating mon... 2023-12-21T01:25:58.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmph8alo5gq:/tmp/keyring:z', '-v', '/tmp/ceph-tmps_76eskd:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', 'd648fb56-9f9f-11ee-95a5-87774f69a715', '-c', '/dev/null', '--monmap', '/tmp/monmap', '--keyring', '/tmp/keyring', '--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'] 2023-12-21T01:25:58.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmph8alo5gq:/tmp/keyring:z -v /tmp/ceph-tmps_76eskd:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --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 2023-12-21T01:25:58.371 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.300+0000 7f9a48e016c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.300+0000 7f9a48e016c0 1 imported monmap: 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2023-12-21T01:25:57.705825+0000 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2023-12-21T01:25:57.705825+0000 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon.a 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.300+0000 7f9a48e016c0 0 /usr/bin/ceph-mon: set fsid to d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 0 set rocksdb option compression = kNoCompression 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 0 set rocksdb option compression = kNoCompression 2023-12-21T01:25:58.372 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Compile date Mar 23 2020 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: DB SUMMARY 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.373 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.error_if_exists: 0 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.create_if_missing: 1 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.env: 0x55fdca82b1a0 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.info_log: 0x55fdcb5ada80 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.statistics: (nil) 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.use_fsync: 0 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T01:25:58.374 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T01:25:58.375 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T01:25:58.375 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T01:25:58.375 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T01:25:58.375 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T01:25:58.375 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.db_log_dir: 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T01:25:58.376 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T01:25:58.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T01:25:58.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T01:25:58.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T01:25:58.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T01:25:58.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T01:25:58.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T01:25:58.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.write_buffer_manager: 0x55fdcc14c120 2023-12-21T01:25:58.378 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T01:25:58.378 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T01:25:58.378 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T01:25:58.378 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T01:25:58.378 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T01:25:58.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T01:25:58.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T01:25:58.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T01:25:58.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T01:25:58.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T01:25:58.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T01:25:58.380 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T01:25:58.380 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T01:25:58.380 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.row_cache: None 2023-12-21T01:25:58.380 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.wal_filter: None 2023-12-21T01:25:58.380 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T01:25:58.380 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T01:25:58.380 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T01:25:58.381 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.two_write_queues: 0 2023-12-21T01:25:58.381 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T01:25:58.381 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.atomic_flush: 0 2023-12-21T01:25:58.381 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T01:25:58.381 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T01:25:58.381 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T01:25:58.381 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T01:25:58.382 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.max_open_files: -1 2023-12-21T01:25:58.383 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T01:25:58.383 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T01:25:58.383 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T01:25:58.383 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Compression algorithms supported: 2023-12-21T01:25:58.383 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T01:25:58.383 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kZSTD supported: 0 2023-12-21T01:25:58.384 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kXpressCompression supported: 0 2023-12-21T01:25:58.384 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T01:25:58.384 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T01:25:58.384 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T01:25:58.384 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kZlibCompression supported: 1 2023-12-21T01:25:58.384 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T01:25:58.384 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T01:25:58.385 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.301+0000 7f9a48e016c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-12-21T01:25:58.385 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.385 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-21T01:25:58.385 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.386 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-21T01:25:58.386 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.386 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T01:25:58.386 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: Options.merge_operator: 2023-12-21T01:25:58.386 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: Options.compaction_filter: None 2023-12-21T01:25:58.386 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T01:25:58.386 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.305+0000 7f9a48e016c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fdcb4d2130) 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2023-12-21T01:25:58.387 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x55fdcb50c510 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2023-12-21T01:25:58.388 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compression: NoCompression 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T01:25:58.389 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.num_levels: 7 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T01:25:58.390 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T01:25:58.391 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T01:25:58.392 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.table_properties_collectors: 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T01:25:58.393 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.bloom_locality: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: Options.ttl: 0 2023-12-21T01:25:58.394 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: [db/version_set.cc:3757] 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 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.306+0000 7f9a48e016c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.308+0000 7f9a48e016c0 4 rocksdb: DB pointer 0x55fdcb5a7200 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.308+0000 7f9a31fc2700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.308+0000 7f9a31fc2700 4 rocksdb: [db/db_impl.cc:778] 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T01:25:58.395 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T01:25:58.396 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.397 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.398 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/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 2023-12-21T01:25:58.399 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.399 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:25:58.399 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-21T01:25:58.399 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.309+0000 7f9a48e016c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-12-21T01:25:58.399 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.310+0000 7f9a48e016c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-12-21T01:25:58.399 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-21T01:25:58.310+0000 7f9a48e016c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-21T01:25:58.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:58.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2023-12-21T01:25:58.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2023-12-21T01:25:58.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-21T01:25:58.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2023-12-21T01:25:58.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target 2023-12-21T01:25:58.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target. 2023-12-21T01:25:58.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target. 2023-12-21T01:25:58.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl start ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target 2023-12-21T01:25:58.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-21T01:25:59.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a 2023-12-21T01:25:59.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a 2023-12-21T01:25:59.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a.service: Unit ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a.service not loaded. 2023-12-21T01:25:59.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a 2023-12-21T01:25:59.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target.wants/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a.service → /etc/systemd/system/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@.service. 2023-12-21T01:25:59.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl start ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a 2023-12-21T01:25:59.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-21T01:25:59.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-21T01:25:59.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-21T01:25:59.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-21T01:25:59.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-21T01:25:59.252 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for mon to start... 2023-12-21T01:25:59.252 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for mon... 2023-12-21T01:25:59.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2023-12-21T01:25:59.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:25:59 smithi038 podman[107796]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-21T01:25:59.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:25:59 smithi038 systemd[1]: Started Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.248336s) 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2023-12-21T01:25:59.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2023-12-21T01:25:59.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:25:59.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2023-12-21T01:25:59.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2023-12-21T01:25:59.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2023-12-21T01:25:59.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2023-12-21T01:25:59.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2023-12-21T01:25:59.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:25:59.858 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:25:59 smithi038 bash[107812]: cluster 2023-12-21T01:25:59.577886+0000 mon.a (mon.0) 0 : [INF] mkfs d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:25:59.858 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:25:59 smithi038 bash[107812]: cluster 2023-12-21T01:25:59.561528+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-21T01:26:00.139 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2023-12-21T01:26:00.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'assimilate-conf', '-i', '/var/lib/ceph/mon/ceph-a/config'] 2023-12-21T01:26:00.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2023-12-21T01:26:00.639 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:00.639 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2023-12-21T01:26:00.639 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:26:00.639 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2023-12-21T01:26:00.640 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2023-12-21T01:26:00.641 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2023-12-21T01:26:00.641 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2023-12-21T01:26:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:00 smithi038 bash[107812]: cluster 2023-12-21T01:25:59.577186+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-21T01:26:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:00 smithi038 bash[107812]: cluster 2023-12-21T01:25:59.577447+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} 2023-12-21T01:26:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:00 smithi038 bash[107812]: cluster 2023-12-21T01:25:59.579173+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T01:26:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:00 smithi038 bash[107812]: cluster 2023-12-21T01:25:59.580961+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T01:26:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:00 smithi038 bash[107812]: cluster 2023-12-21T01:25:59.581338+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T01:26:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:00 smithi038 bash[107812]: audit 2023-12-21T01:25:59.825496+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/2200044937' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-21T01:26:01.069 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2023-12-21T01:26:01.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'generate-minimal-conf', '-o', '/var/lib/ceph/mon/ceph-a/config'] 2023-12-21T01:26:01.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2023-12-21T01:26:01.790 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:01 smithi038 bash[107812]: audit 2023-12-21T01:26:00.631451+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.38:0/846893368' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T01:26:01.790 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:01 smithi038 bash[107812]: audit 2023-12-21T01:26:00.633738+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.38:0/846893368' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T01:26:01.790 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:01 smithi038 bash[107812]: audit 2023-12-21T01:26:01.481709+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/2084305000' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:26:01.821 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Restarting the monitor... 2023-12-21T01:26:01.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a 2023-12-21T01:26:02.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:01 smithi038 systemd[1]: Stopping Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:26:02.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:01 smithi038 bash[107812]: debug 2023-12-21T01:26:01.887+0000 7f614d2b2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:26:02.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:01 smithi038 bash[107812]: debug 2023-12-21T01:26:01.887+0000 7f614d2b2700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T01:26:02.371 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 podman[108143]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.a 2023-12-21T01:26:02.371 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-21T01:26:02.371 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 systemd[1]: Stopped Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:26:02.371 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 systemd[1]: Starting Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:26:02.371 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 podman[108185]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-21T01:26:02.377 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Setting mon public_network... 2023-12-21T01:26:02.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'set', 'mon', 'public_network', '172.21.0.0/20'] 2023-12-21T01:26:02.377 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config set mon public_network 172.21.0.0/20 2023-12-21T01:26:02.702 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 systemd[1]: Started Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:26:02.702 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.693+0000 7f7baf9cb6c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T01:26:02.702 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.693+0000 7f7baf9cb6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2023-12-21T01:26:02.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.693+0000 7f7baf9cb6c0 0 pidfile_write: ignore empty --pid-file 2023-12-21T01:26:02.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 0 load: jerasure load: lrc load: isa 2023-12-21T01:26:02.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 0 set rocksdb option compression = kNoCompression 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 0 set rocksdb option compression = kNoCompression 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 1 rocksdb: do_open column families: [default] 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Compile date Mar 23 2020 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: DB SUMMARY 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: CURRENT file: CURRENT 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2023-12-21T01:26:02.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 64597 ; 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.error_if_exists: 0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.create_if_missing: 0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.env: 0x5634a46401a0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.info_log: 0x5634a52629a0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.statistics: (nil) 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.use_fsync: 0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T01:26:02.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.db_log_dir: 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T01:26:02.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.write_buffer_manager: 0x5634a5dfaae0 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T01:26:02.971 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.698+0000 7f7baf9cb6c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.row_cache: None 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.wal_filter: None 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.two_write_queues: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.atomic_flush: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T01:26:02.972 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_open_files: -1 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T01:26:02.973 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Compression algorithms supported: 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kZSTD supported: 0 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kXpressCompression supported: 0 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kZlibCompression supported: 1 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.merge_operator: 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_filter: None 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T01:26:02.974 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5634a517e138) 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: cache_index_and_filter_blocks: 1 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: cache_index_and_filter_blocks_with_high_priority: 1 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: pin_top_level_index_and_filter: 1 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: index_type: 0 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: data_block_index_type: 0 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: hash_index_allow_collision: 1 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: checksum: 1 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: no_block_cache: 0 2023-12-21T01:26:02.975 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_cache: 0x5634a51b8610 2023-12-21T01:26:02.976 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_cache_name: BinnedLRUCache 2023-12-21T01:26:02.976 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_cache_options: 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: capacity : 536870912 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: num_shard_bits : 4 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: strict_capacity_limit : 0 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: high_pri_pool_ratio: 0.000 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_cache_compressed: (nil) 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: persistent_cache: (nil) 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_size: 4096 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_size_deviation: 10 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_restart_interval: 16 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: index_block_restart_interval: 1 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: metadata_block_size: 4096 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: partition_filters: 0 2023-12-21T01:26:02.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: use_delta_encoding: 1 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: whole_key_filtering: 1 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: verify_compression: 0 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: read_amp_bytes_per_bit: 0 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: format_version: 2 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: enable_index_compression: 1 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: block_align: 0 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compression: NoCompression 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T01:26:02.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.num_levels: 7 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T01:26:02.979 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T01:26:02.980 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T01:26:02.981 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.table_properties_collectors: 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.bloom_locality: 0 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T01:26:02.982 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.699+0000 7f7baf9cb6c0 4 rocksdb: Options.ttl: 0 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.701+0000 7f7baf9cb6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.701+0000 7f7baf9cb6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.701+0000 7f7baf9cb6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703121962701923, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.701+0000 7f7baf9cb6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.701+0000 7f7baf9cb6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703121962702699, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 61839, "table_properties": {"data_size": 60161, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 55235, "raw_average_value_size": 303, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.701+0000 7f7baf9cb6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.702+0000 7f7baf9cb6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703121962703222, "job": 1, "event": "recovery_finished"} 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.703+0000 7f7baf9cb6c0 4 rocksdb: DB pointer 0x5634a5254400 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.703+0000 7f7b96b18700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.703+0000 7f7b96b18700 4 rocksdb: [db/db_impl.cc:778] 2023-12-21T01:26:02.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ** DB Stats ** 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ** Compaction Stats [default] ** 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: L0 2/0 62.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.000 0 0 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Sum 2/0 62.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.000 0 0 2023-12-21T01:26:02.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.000 0 0 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ** Compaction Stats [default] ** 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.1 0.00 0.00 1 0.000 0 0 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Cumulative compaction: 0.00 GB write, 13.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Interval compaction: 0.00 GB write, 13.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ** Compaction Stats [default] ** 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: L0 2/0 62.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.000 0 0 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Sum 2/0 62.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.000 0 0 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ** Compaction Stats [default] ** 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.1 0.00 0.00 1 0.000 0 0 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:26:02.986 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Cumulative compaction: 0.00 GB write, 13.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.704+0000 7f7baf9cb6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] at bind addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.705+0000 7f7baf9cb6c0 1 mon.a@-1(???) e1 preinit fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.705+0000 7f7baf9cb6c0 0 mon.a@-1(???).mds e1 new map 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.705+0000 7f7baf9cb6c0 0 mon.a@-1(???).mds e1 print_map 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: e1 2023-12-21T01:26:02.987 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 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} 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: legacy client fscid: -1 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: No filesystems configured 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.705+0000 7f7baf9cb6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.705+0000 7f7baf9cb6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.705+0000 7f7baf9cb6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: audit 2023-12-21T01:26:00.631451+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.38:0/846893368' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: audit 2023-12-21T01:26:00.633738+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.38:0/846893368' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: audit 2023-12-21T01:26:01.481709+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/2084305000' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.705+0000 7f7baf9cb6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expand map: {default=false} 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta from 'false' to 'false' 2023-12-21T01:26:02.988 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expanded map: {default=false} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expand map: {default=info} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta from 'info' to 'info' 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expanded map: {default=info} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expand map: {default=daemon} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expanded map: {default=daemon} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expand map: {default=debug} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta from 'debug' to 'debug' 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: debug 2023-12-21T01:26:02.706+0000 7f7baf9cb6c0 20 expand_channel_meta expanded map: {default=debug} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: cluster 2023-12-21T01:26:02.721520+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: cluster 2023-12-21T01:26:02.721587+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: cluster 2023-12-21T01:26:02.721639+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-21T01:26:02.989 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: cluster 2023-12-21T01:26:02.721675+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T01:26:02.990 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:02 smithi038 bash[108204]: cluster 2023-12-21T01:26:02.722076+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T01:26:03.344 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Creating mgr... 2023-12-21T01:26:03.346 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-21T01:26:03.442 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y 2023-12-21T01:26:03.468 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y 2023-12-21T01:26:03.472 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y.service: Unit ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y.service not loaded. 2023-12-21T01:26:03.473 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y 2023-12-21T01:26:03.479 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715.target.wants/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@.service. 2023-12-21T01:26:03.564 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl start ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y 2023-12-21T01:26:03.601 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-21T01:26:03.609 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-21T01:26:03.609 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-21T01:26:03.617 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-21T01:26:03.618 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-21T01:26:03.618 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T01:26:03.618 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2023-12-21T01:26:03.618 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for mgr to start... 2023-12-21T01:26:03.618 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for mgr... 2023-12-21T01:26:03.618 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-21T01:26:03.618 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-21T01:26:03.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:03 smithi038 podman[108422]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.y" found: no such container 2023-12-21T01:26:03.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:03 smithi038 systemd[1]: Started Ceph mgr.y for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:26:04.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:04.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:04.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "d648fb56-9f9f-11ee-95a5-87774f69a715", 2023-12-21T01:26:04.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-21T01:26:04.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-21T01:26:04.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:04.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-21T01:26:04.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-21T01:26:04.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-21T01:26:04.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-21T01:26:04.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-21T01:25:59.578231+0000", 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:04.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-21T01:26:04.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:04.198 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:03 smithi038 bash[108204]: audit 2023-12-21T01:26:03.001296+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.38:0/3710092929' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2023-12-21T01:26:04.198 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:03 smithi038 bash[108204]: audit 2023-12-21T01:26:03.005214+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.38:0/3710092929' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2023-12-21T01:26:04.198 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:03 smithi038 bash[108438]: debug 2023-12-21T01:26:03.916+0000 7f29f575b040 1 -- 172.21.15.38:0/3010242371 >> [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] conn(0x560113c6cc00 msgr2=0x560113c8ba80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-21T01:26:04.198 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:03 smithi038 bash[108438]: debug 2023-12-21T01:26:03.916+0000 7f29f575b040 1 --2- 172.21.15.38:0/3010242371 >> [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] conn(0x560113c6cc00 0x560113c8ba80 secure :-1 s=READY pgs=3 cs=0 l=1 rx=0x560113cac4b0 tx=0x560113caed70).stop 2023-12-21T01:26:04.482 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2023-12-21T01:26:04.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:04 smithi038 bash[108204]: audit 2023-12-21T01:26:04.161990+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.38:0/156943748' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T01:26:05.483 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-21T01:26:05.483 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-21T01:26:05.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "d648fb56-9f9f-11ee-95a5-87774f69a715", 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-21T01:26:05.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-21T01:26:05.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-21T01:26:05.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-21T01:25:59.578231+0000", 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:05.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-21T01:26:05.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:06.214 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:05 smithi038 bash[108204]: audit 2023-12-21T01:26:05.892858+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.38:0/2506242301' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T01:26:06.260 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2023-12-21T01:26:07.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-21T01:26:07.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-21T01:26:08.544 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:08.544 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:08.544 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "d648fb56-9f9f-11ee-95a5-87774f69a715", 2023-12-21T01:26:08.545 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-21T01:26:08.545 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-21T01:26:08.545 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-21T01:26:08.545 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-21T01:26:08.545 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:08.545 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-21T01:26:08.546 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-21T01:26:08.546 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-21T01:26:08.546 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:08.546 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-21T01:26:08.546 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-21T01:26:08.546 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:08.547 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 5, 2023-12-21T01:26:08.547 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-21T01:26:08.547 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:08.547 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-21T01:26:08.547 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-21T01:26:08.547 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:08.548 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-21T01:26:08.548 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:08.548 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-21T01:26:08.548 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-21T01:26:08.548 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-21T01:26:08.548 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-21T01:26:08.549 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-21T01:26:08.549 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-21T01:26:08.549 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:08.549 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-21T01:26:08.549 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-21T01:26:08.550 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-21T01:26:08.550 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-21T01:26:08.550 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-21T01:26:08.550 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-21T01:26:08.550 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-21T01:26:08.550 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-21T01:26:08.551 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-21T01:26:08.551 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:08.551 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-21T01:26:08.551 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:08.551 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-21T01:26:08.551 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-21T01:26:08.552 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:08.552 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-21T01:26:08.552 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-21T01:26:08.552 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-21T01:26:08.552 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-21T01:26:08.552 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-21T01:26:08.553 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-21T01:26:08.553 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:08.553 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:08.553 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:08.553 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-21T01:26:08.553 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:08.554 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-21T01:25:59.578231+0000", 2023-12-21T01:26:08.554 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:08.554 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:08.554 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-21T01:26:08.554 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: cluster 2023-12-21T01:26:08.079721+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: cluster 2023-12-21T01:26:08.084378+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00476713s) 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.085039+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.085203+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.085352+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.086217+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.086450+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: cluster 2023-12-21T01:26:08.099953+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.108874+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.536100+0000 mon.a (mon.0) 19 : audit [DBG] from='client.? 172.21.15.38:0/1290443086' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.541235+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-12-21T01:26:08.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: cluster 2023-12-21T01:26:08.541276+0000 mon.a (mon.0) 21 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-21T01:26:08.836 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.542180+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T01:26:08.836 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.547023+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"115bad96-5ca8-442e-b45f-8012416d5ee4"}]: dispatch 2023-12-21T01:26:08.836 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.549097+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"115bad96-5ca8-442e-b45f-8012416d5ee4"}]': finished 2023-12-21T01:26:08.836 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.549447+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"ec6e6649-a708-4bb7-81a4-e9dd783b423b"}]: dispatch 2023-12-21T01:26:08.836 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:08 smithi038 bash[108204]: audit 2023-12-21T01:26:08.552687+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"ec6e6649-a708-4bb7-81a4-e9dd783b423b"}]': finished 2023-12-21T01:26:08.994 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2023-12-21T01:26:09.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-21T01:26:09.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-21T01:26:10.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "d648fb56-9f9f-11ee-95a5-87774f69a715", 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-21T01:26:10.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-21T01:26:10.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-21T01:26:10.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-21T01:25:59.578231+0000", 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:10.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-21T01:26:10.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:10.690 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:10 smithi038 bash[108204]: cluster 2023-12-21T01:26:09.088434+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00882s) 2023-12-21T01:26:10.690 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:10 smithi038 bash[108204]: audit 2023-12-21T01:26:09.542281+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.38:0/3459716010' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T01:26:10.690 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:10 smithi038 bash[108204]: cluster 2023-12-21T01:26:09.542396+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-21T01:26:10.690 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:10 smithi038 bash[108204]: audit 2023-12-21T01:26:09.544598+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-21T01:26:11.002 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Enabling cephadm module... 2023-12-21T01:26:11.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2023-12-21T01:26:11.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2023-12-21T01:26:11.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:11 smithi038 bash[108204]: audit 2023-12-21T01:26:10.436384+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-21T01:26:11.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:11 smithi038 bash[108204]: cluster 2023-12-21T01:26:10.543348+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-21T01:26:11.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:11 smithi038 bash[108204]: audit 2023-12-21T01:26:10.650225+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.38:0/1695740264' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T01:26:12.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:12 smithi038 bash[108204]: audit 2023-12-21T01:26:11.498613+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.38:0/3117592653' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-21T01:26:12.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:12 smithi038 bash[108438]: ignoring --setuser ceph since I am not root 2023-12-21T01:26:12.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:12 smithi038 bash[108438]: ignoring --setgroup ceph since I am not root 2023-12-21T01:26:12.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-21T01:26:12.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-21T01:26:13.646 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:6800", 2023-12-21T01:26:13.647 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2544225908 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:6801", 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2544225908 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.38:6801/2544225908", 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-21T01:26:08.079601+0000", 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-21T01:26:13.648 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.649 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.650 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.651 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.652 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.653 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.654 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.655 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.656 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.657 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.658 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.659 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.660 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.661 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.662 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-21T01:26:13.663 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-21T01:26:13.664 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.665 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.666 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.667 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-21T01:26:13.668 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.669 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-21T01:26:13.670 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.671 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.672 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.673 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.674 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.675 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.676 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.677 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.678 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.679 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.680 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.681 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.682 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-21T01:26:13.682 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.682 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.682 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.682 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-21T01:26:13.682 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.682 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.685 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-21T01:26:13.686 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.687 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.687 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.687 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.687 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.687 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.687 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.687 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.688 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-21T01:26:13.689 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.690 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-21T01:26:13.691 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-21T01:26:13.691 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:13.691 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.691 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.691 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:13.691 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.691 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.692 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.693 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "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.", 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-21T01:26:13.694 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-21T01:26:13.695 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.696 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.697 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-21T01:26:13.698 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.699 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.700 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.701 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.702 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.703 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.704 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.705 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.706 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.707 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.708 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.709 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-21T01:26:13.710 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.711 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.712 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.713 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.714 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.715 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.716 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.717 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.718 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.719 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.720 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-21T01:26:13.721 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-21T01:26:13.722 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.723 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.724 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.725 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.726 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.727 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.728 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.729 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-21T01:26:13.730 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-21T01:26:13.731 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.732 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.733 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-21T01:26:13.734 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.736 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.737 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-21T01:26:13.738 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.739 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.740 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.741 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.742 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.743 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.744 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.745 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.746 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.747 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.748 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.749 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.750 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.751 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.752 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-21T01:26:13.753 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.754 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.755 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.756 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.757 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-21T01:26:13.758 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.759 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.760 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.761 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.762 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-21T01:26:13.763 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.764 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.765 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.766 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.767 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-21T01:26:13.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.769 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.770 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.771 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-21T01:26:13.772 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.773 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.774 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.775 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.776 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.777 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.778 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.779 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.780 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.781 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-21T01:26:13.782 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.783 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.784 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.785 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-21T01:26:13.786 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-21T01:26:13.787 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-21T01:26:13.788 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.789 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.790 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.791 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.792 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.793 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.794 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.795 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.796 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.797 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.798 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.799 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-21T01:26:13.800 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.801 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-21T01:26:13.802 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.803 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.804 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.805 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.805 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-21T01:26:13.805 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.805 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.805 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.805 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.805 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.806 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.807 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.808 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.809 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.810 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.811 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.812 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.813 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-21T01:26:13.814 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.815 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.816 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-21T01:26:13.817 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.818 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.819 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.820 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.821 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.822 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.823 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.824 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.825 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.826 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.827 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.828 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.829 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.830 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.831 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.832 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.833 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.834 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.835 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.836 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.837 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.838 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.839 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.840 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.841 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.842 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.843 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.844 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.845 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.846 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.847 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.848 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.849 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.850 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.851 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.852 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.853 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.854 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.855 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.856 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.857 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.858 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.859 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.860 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.861 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.862 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.863 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.864 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.865 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.866 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.867 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.868 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.869 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.870 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.871 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.872 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.873 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.874 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.875 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.876 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.877 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-21T01:26:13.878 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-21T01:26:13.879 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.880 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.881 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.882 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.883 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.884 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.885 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.886 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.887 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.888 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.889 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.890 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.890 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.890 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.893 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.894 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.895 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.895 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.895 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.895 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.895 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.895 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.895 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.896 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.897 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.898 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.899 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.900 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.901 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.902 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.903 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.904 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.905 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-21T01:26:13.906 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.907 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.908 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.909 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.910 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.911 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.912 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-21T01:26:13.913 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-21T01:26:13.914 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.915 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.916 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.917 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.918 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.919 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.920 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.921 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.922 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.923 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.924 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.925 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.926 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.927 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-21T01:26:13.928 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.929 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.930 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.931 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.932 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.933 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.934 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.935 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-21T01:26:13.936 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.937 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.938 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.940 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.941 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.942 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.943 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.944 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.945 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.946 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.947 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.948 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.949 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.950 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.951 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.952 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.953 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.954 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.955 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-21T01:26:13.956 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.957 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.958 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.959 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.960 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-21T01:26:13.961 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-21T01:26:13.962 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.963 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.964 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.965 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.966 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.967 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.969 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.970 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.971 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.972 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.973 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.974 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.975 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.976 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.977 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.978 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-21T01:26:13.979 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.980 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.981 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.982 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.983 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.984 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.985 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.986 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.987 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.988 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.989 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.990 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.991 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:13.992 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.993 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.994 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.995 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.996 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.997 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:13.998 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:13.999 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:14.000 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.001 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:14.002 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:14.003 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.004 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:14.005 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.006 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.007 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.009 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.010 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:14.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:14.012 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.013 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.014 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-21T01:26:14.015 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.016 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.017 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:14.018 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:14.019 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.020 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:14.021 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:14.022 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.023 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.024 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.025 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:14.026 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-21T01:26:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.028 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-21T01:26:14.029 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:0", 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1694065887 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.030 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:0", 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1663634339 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:14.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:0", 2023-12-21T01:26:14.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1668577730 2023-12-21T01:26:14.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:14.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:14.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:14.032 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:13 smithi038 bash[108204]: audit 2023-12-21T01:26:12.450367+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.38:0/3117592653' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-21T01:26:14.033 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:13 smithi038 bash[108204]: cluster 2023-12-21T01:26:12.450417+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2023-12-21T01:26:14.033 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:13 smithi038 bash[108204]: audit 2023-12-21T01:26:13.347078+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.38:0/1779358469' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-21T01:26:14.033 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-21T01:26:14.033 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2023-12-21T01:26:14.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-21T01:26:14.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-21T01:26:16.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:16 smithi038 bash[108204]: cluster 2023-12-21T01:26:16.308822+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:26:16.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:16 smithi038 bash[108204]: cluster 2023-12-21T01:26:16.309390+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2023-12-21T01:26:16.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:16 smithi038 bash[108204]: cluster 2023-12-21T01:26:16.312812+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-21T01:26:17.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:17.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2023-12-21T01:26:17.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-21T01:26:17.379 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:17.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: cluster 2023-12-21T01:26:16.361780+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0524613s) 2023-12-21T01:26:17.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.364783+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:26:17.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.365422+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:26:17.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.365604+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:26:17.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.365777+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:26:17.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.366094+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:26:17.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.366574+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:26:17.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.366780+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:26:17.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: cluster 2023-12-21T01:26:16.379909+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2023-12-21T01:26:17.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:16.398517+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-21T01:26:17.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:17 smithi038 bash[108204]: audit 2023-12-21T01:26:17.279635+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-21T01:26:17.768 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2023-12-21T01:26:17.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2023-12-21T01:26:17.768 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2023-12-21T01:26:18.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:18 smithi038 bash[108204]: cluster 2023-12-21T01:26:17.370232+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06091s) 2023-12-21T01:26:18.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:18 smithi038 bash[108204]: audit 2023-12-21T01:26:18.273326+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2023-12-21T01:26:18.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:18 smithi038 bash[108204]: audit 2023-12-21T01:26:18.277794+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2023-12-21T01:26:19.645 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Generating ssh key... 2023-12-21T01:26:19.645 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2023-12-21T01:26:19.645 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2023-12-21T01:26:19.649 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:19 smithi038 bash[108204]: audit 2023-12-21T01:26:18.272158+0000 mgr.y (mgr.14119) 1 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:26:19.649 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:19 smithi038 bash[108204]: cluster 2023-12-21T01:26:19.283853+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-21T01:26:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108204]: audit 2023-12-21T01:26:21.166601+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAySePTCAPb0D1rKWuzXfOyvbZKGC9TXUGZ2XIIkYJcuQVjh/Z8Sh0\nsg3Xt+aiPP+M/WBds1JS8R8J1ZoR986dYdOVlwt7LBY41uOjrzAQiZ2Z4txms5RT6eRm24\nv95cfPW79y6YClFckJmCReZtx/S9ffETswRJUx8Er1R//g32vRncqimVMCuoVUEYteEEU7\nKt1nGV8q3wgsQTVs6IzWtIASu0h7Eig7gfXkaIjD+ifxLRjkSIIc1m6taMormTwWi/H2K/\nCfzt02molNT9Yh6KvdxekoeRG8bmj5/J8bMNBNnPiSFZGGyGVKMAckxb+nhuKwhwKJDtP9\nS9mplHvr5j3C1BYeWR00JObYhHOVDQ8QzM6UcQHuGXOBt2Me3nq+7SAWT8Zll70YEyr/zZ\nGEm7Enp2srImaqoGEzj9mqCYlphV37NghKMCvGROQ2RJrtzlymo+p12ArDRqdorgpenHiN\n5IDfU5/iURH9wXdBhYfMZca9rHW6P9wCrKgiciB9AAAFoN9DDQjfQw0IAAAAB3NzaC1yc2\nEAAAGBAMknj0wgD29A9aylrs13zsr22ShgvU11BmdlyCJGCXLkFY4f2fEodLIN17fmojz/\njP1gXbNSUvEfCdWaEffOnWHTlZcLeywWONbjo68wEImdmeLcZrOUU+nkZtuL/eXHz1u/cu\nmApRXJCZgkXmbcf0vX3xE7MESVMfBK9Uf/4N9r0Z3KoplTArqFVBGLXhBFOyrdZxlfKt8I\nLEE1bOiM1rSAErtIexIoO4H15GiIw/on8S0Y5EiCHNZurWjKK5k8Fovx9ivwn87dNpqJTU\n/WIeir3cXpKHkRvG5o+fyfGzDQTZz4khWRhshlSjAHJMW/p4bisIcCiQ7T/UvZqZR76+Y9\nwtQWHlkdNCTm2IRzlQ0PEMzOlHEB7hlzgbdjHt56vu0gFk/GZZe9GBMq/82RhJuxJ6drKy\nJmqqBhM4/ZqgmJaYVd+zYISjArxkTkNkSa7c5cpqPqddgKw0anaK4KXpx4jeSA31Of4lER\n/cF3QYWHzGXGvax1uj/cAqyoInIgfQAAAAMBAAEAAAGATXz9yJd5GqRtf0p74g7LDIi28s\nUBZ3szMlWVGQ7dyPJwE0XV0P6CpayLcv5XdSQEjf63WcLWzKfmQ/CMB2gCXJMDRyJXGo6c\n6rrabTwYwsqBY1EAByGWib1AmkZ9Uiz8hh1kCOtTrOa62W75Jqq+JttLxPmGCIVorWZSwp\n+hYq/IGf7bUDEYFf4SeoezfpUMy+BqPO3aN/yP/7ay84p9kx7bGGY9cqso8VFl4Zb917nX\nQEYceooUzc3o4zsuPGNWpR+5EU+F5l3zl6OtpneE2U2eI05QZSm2eB12vmHjqL7WqfHbsJ\n6Hjdzlm913ax1GiPUC9XONn88rez6dzIp7XLFYIeq+xpz5VVVlFPtALVCysGmEcnKU4MMW\nOQBoVupzxCQBM5eGeO7bihu0IE2JrPWzokNZaV2pDrwDIHB5uRLVuT4Yopm4qAkgguzTux\nQgWD0AupXHtVGL+h6tE/QiyX/pm3t15mv+BSd42XoIqDrVn4YCzf+fGdglFvQCHzfBAAAA\nwE51mCEiwXQ2KayCiFVNlB0hqOe6GzKBT4IsafZqlAQ5hzvU5dDPXojl3rWZiTfk5kIjHz\n0iRs0K4jgZ39J4KkAesKoHgMzX2oI2WzbEGZshjMEMe7lsn9XyPaDzV1Bl96DwToC3/YKZ\nDAogAwT42UcVbmMRPe9ayTvYprSzV5wpyrYTn4i8M5r8C/lwAzDEzdJAcl6XoYwV9rt3Qe\njD5H6Dp7ggnxJJwmjXvgKD3rHVl9OrGQ+JeUrGYSkioxZoKAAAAMEA7cqV6YfABYm7ZIWs\nGQ2koABq+TrIfFgI7egRTBIRjUPdcATVzmScPi7XM/2V4pvkn4gd0haVgiohvibeu9aBsQ\nZgdXQFl/IuhqeSdrzWovQDSw+poskRgLibBx+aMaC8lRWlq6DLxcq6P/A7rvs3ZcL+LOGS\ndnJwDMyp4zxVPkUrLhoj6i18nxjxptvXawTwIbLtJw4S2BxKsJJ7PayvhN83dw8sK0PFM4\nN5q7uaXOdxrHc/9usNFsEx6fF8ZnypAAAAwQDYjsi2prJrkjWIE4Q7VZuN4dNyXiYH8Ht9\nOAMoPVr6LnwiE5RXS9JhxNfuzbfEST4/O8nIoQt3cS5VhUXBGQOtp5ubykPlxtt+GGRO5E\n1dlXH3AVOyQ+auwUeMCVch12gGJpNdixViWauXP2hueaVDZyD7RIt2PZQxFmpGjBIoNMgg\nGqHkDkhEDPbE4F7umQ8h2ZjMwrqe0OjH8dm4TwOAyVm4Feq0/Ei/UZK877Dzk/G6eF+C8A\nwUFOJVJbvlNbUAAAApY2VwaC1kNjQ4ZmI1Ni05ZjlmLTExZWUtOTVhNS04Nzc3NGY2OWE3\nMTUBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: Generating public/private rsa key pair. 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: Your identification has been saved in /tmp/tmprrzormis/key. 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: Your public key has been saved in /tmp/tmprrzormis/key.pub. 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: The key fingerprint is: 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: SHA256:0AfxYBHUk9tdSE2ztiouGHrmNnjsHNrOcDJKkWb2MFg ceph-d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: The key's randomart image is: 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: +---[RSA 3072]----+ 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | .O= . ..=.| 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | o ++ . =| 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | E . . o+ . + | 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | o . . .. . o .| 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | . O S . | 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | + = . . | 2023-12-21T01:26:21.468 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | . =+oo . . | 2023-12-21T01:26:21.469 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | . .oXO... . | 2023-12-21T01:26:21.469 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: | . .OB. .. | 2023-12-21T01:26:21.469 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108438]: +----[SHA256]-----+ 2023-12-21T01:26:21.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108204]: audit 2023-12-21T01:26:21.173205+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAySePTCAPb0D1rKWuzXfOyvbZKGC9TXUGZ2XIIkYJcuQVjh/Z8Sh0\nsg3Xt+aiPP+M/WBds1JS8R8J1ZoR986dYdOVlwt7LBY41uOjrzAQiZ2Z4txms5RT6eRm24\nv95cfPW79y6YClFckJmCReZtx/S9ffETswRJUx8Er1R//g32vRncqimVMCuoVUEYteEEU7\nKt1nGV8q3wgsQTVs6IzWtIASu0h7Eig7gfXkaIjD+ifxLRjkSIIc1m6taMormTwWi/H2K/\nCfzt02molNT9Yh6KvdxekoeRG8bmj5/J8bMNBNnPiSFZGGyGVKMAckxb+nhuKwhwKJDtP9\nS9mplHvr5j3C1BYeWR00JObYhHOVDQ8QzM6UcQHuGXOBt2Me3nq+7SAWT8Zll70YEyr/zZ\nGEm7Enp2srImaqoGEzj9mqCYlphV37NghKMCvGROQ2RJrtzlymo+p12ArDRqdorgpenHiN\n5IDfU5/iURH9wXdBhYfMZca9rHW6P9wCrKgiciB9AAAFoN9DDQjfQw0IAAAAB3NzaC1yc2\nEAAAGBAMknj0wgD29A9aylrs13zsr22ShgvU11BmdlyCJGCXLkFY4f2fEodLIN17fmojz/\njP1gXbNSUvEfCdWaEffOnWHTlZcLeywWONbjo68wEImdmeLcZrOUU+nkZtuL/eXHz1u/cu\nmApRXJCZgkXmbcf0vX3xE7MESVMfBK9Uf/4N9r0Z3KoplTArqFVBGLXhBFOyrdZxlfKt8I\nLEE1bOiM1rSAErtIexIoO4H15GiIw/on8S0Y5EiCHNZurWjKK5k8Fovx9ivwn87dNpqJTU\n/WIeir3cXpKHkRvG5o+fyfGzDQTZz4khWRhshlSjAHJMW/p4bisIcCiQ7T/UvZqZR76+Y9\nwtQWHlkdNCTm2IRzlQ0PEMzOlHEB7hlzgbdjHt56vu0gFk/GZZe9GBMq/82RhJuxJ6drKy\nJmqqBhM4/ZqgmJaYVd+zYISjArxkTkNkSa7c5cpqPqddgKw0anaK4KXpx4jeSA31Of4lER\n/cF3QYWHzGXGvax1uj/cAqyoInIgfQAAAAMBAAEAAAGATXz9yJd5GqRtf0p74g7LDIi28s\nUBZ3szMlWVGQ7dyPJwE0XV0P6CpayLcv5XdSQEjf63WcLWzKfmQ/CMB2gCXJMDRyJXGo6c\n6rrabTwYwsqBY1EAByGWib1AmkZ9Uiz8hh1kCOtTrOa62W75Jqq+JttLxPmGCIVorWZSwp\n+hYq/IGf7bUDEYFf4SeoezfpUMy+BqPO3aN/yP/7ay84p9kx7bGGY9cqso8VFl4Zb917nX\nQEYceooUzc3o4zsuPGNWpR+5EU+F5l3zl6OtpneE2U2eI05QZSm2eB12vmHjqL7WqfHbsJ\n6Hjdzlm913ax1GiPUC9XONn88rez6dzIp7XLFYIeq+xpz5VVVlFPtALVCysGmEcnKU4MMW\nOQBoVupzxCQBM5eGeO7bihu0IE2JrPWzokNZaV2pDrwDIHB5uRLVuT4Yopm4qAkgguzTux\nQgWD0AupXHtVGL+h6tE/QiyX/pm3t15mv+BSd42XoIqDrVn4YCzf+fGdglFvQCHzfBAAAA\nwE51mCEiwXQ2KayCiFVNlB0hqOe6GzKBT4IsafZqlAQ5hzvU5dDPXojl3rWZiTfk5kIjHz\n0iRs0K4jgZ39J4KkAesKoHgMzX2oI2WzbEGZshjMEMe7lsn9XyPaDzV1Bl96DwToC3/YKZ\nDAogAwT42UcVbmMRPe9ayTvYprSzV5wpyrYTn4i8M5r8C/lwAzDEzdJAcl6XoYwV9rt3Qe\njD5H6Dp7ggnxJJwmjXvgKD3rHVl9OrGQ+JeUrGYSkioxZoKAAAAMEA7cqV6YfABYm7ZIWs\nGQ2koABq+TrIfFgI7egRTBIRjUPdcATVzmScPi7XM/2V4pvkn4gd0haVgiohvibeu9aBsQ\nZgdXQFl/IuhqeSdrzWovQDSw+poskRgLibBx+aMaC8lRWlq6DLxcq6P/A7rvs3ZcL+LOGS\ndnJwDMyp4zxVPkUrLhoj6i18nxjxptvXawTwIbLtJw4S2BxKsJJ7PayvhN83dw8sK0PFM4\nN5q7uaXOdxrHc/9usNFsEx6fF8ZnypAAAAwQDYjsi2prJrkjWIE4Q7VZuN4dNyXiYH8Ht9\nOAMoPVr6LnwiE5RXS9JhxNfuzbfEST4/O8nIoQt3cS5VhUXBGQOtp5ubykPlxtt+GGRO5E\n1dlXH3AVOyQ+auwUeMCVch12gGJpNdixViWauXP2hueaVDZyD7RIt2PZQxFmpGjBIoNMgg\nGqHkDkhEDPbE4F7umQ8h2ZjMwrqe0OjH8dm4TwOAyVm4Feq0/Ei/UZK877Dzk/G6eF+C8A\nwUFOJVJbvlNbUAAAApY2VwaC1kNjQ4ZmI1Ni05ZjlmLTExZWUtOTVhNS04Nzc3NGY2OWE3\nMTUBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2023-12-21T01:26:21.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108204]: audit 2023-12-21T01:26:21.173587+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJJ49MIA9vQPWspa7Nd87K9tkoYL1NdQZnZcgiRgly5BWOH9nxKHSyDde35qI8/4z9YF2zUlLxHwnVmhH3zp1h05WXC3ssFjjW46OvMBCJnZni3GazlFPp5Gbbi/3lx89bv3LpgKUVyQmYJF5m3H9L198ROzBElTHwSvVH/+Dfa9GdyqKZUwK6hVQRi14QRTsq3WcZXyrfCCxBNWzojNa0gBK7SHsSKDuB9eRoiMP6J/EtGORIghzWbq1oyiuZPBaL8fYr8J/O3TaaiU1P1iHoq93F6Sh5EbxuaPn8nxsw0E2c+JIVkYbIZUowByTFv6eG4rCHAokO0/1L2amUe+vmPcLUFh5ZHTQk5tiEc5UNDxDMzpRxAe4Zc4G3Yx7eer7tIBZPxmWXvRgTKv/NkYSbsSenaysiZqqgYTOP2aoJiWmFXfs2CEowK8ZE5DZEmu3OXKaj6nXYCsNGp2iuCl6ceI3kgN9Tn+JREf3Bd0GFh8xlxr2sdbo/3AKsqCJyIH0= ceph-d648fb56-9f9f-11ee-95a5-87774f69a715\n"}]: dispatch 2023-12-21T01:26:21.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:21 smithi038 bash[108204]: audit 2023-12-21T01:26:21.177916+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJJ49MIA9vQPWspa7Nd87K9tkoYL1NdQZnZcgiRgly5BWOH9nxKHSyDde35qI8/4z9YF2zUlLxHwnVmhH3zp1h05WXC3ssFjjW46OvMBCJnZni3GazlFPp5Gbbi/3lx89bv3LpgKUVyQmYJF5m3H9L198ROzBElTHwSvVH/+Dfa9GdyqKZUwK6hVQRi14QRTsq3WcZXyrfCCxBNWzojNa0gBK7SHsSKDuB9eRoiMP6J/EtGORIghzWbq1oyiuZPBaL8fYr8J/O3TaaiU1P1iHoq93F6Sh5EbxuaPn8nxsw0E2c+JIVkYbIZUowByTFv6eG4rCHAokO0/1L2amUe+vmPcLUFh5ZHTQk5tiEc5UNDxDMzpRxAe4Zc4G3Yx7eer7tIBZPxmWXvRgTKv/NkYSbsSenaysiZqqgYTOP2aoJiWmFXfs2CEowK8ZE5DZEmu3OXKaj6nXYCsNGp2iuCl6ceI3kgN9Tn+JREf3Bd0GFh8xlxr2sdbo/3AKsqCJyIH0= ceph-d648fb56-9f9f-11ee-95a5-87774f69a715\n"}]': finished 2023-12-21T01:26:22.541 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:22 smithi038 bash[108204]: audit 2023-12-21T01:26:20.919146+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:26:22.541 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:22 smithi038 bash[108204]: cephadm 2023-12-21T01:26:20.919362+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2023-12-21T01:26:22.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2023-12-21T01:26:22.968 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2023-12-21T01:26:24.011 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJJ49MIA9vQPWspa7Nd87K9tkoYL1NdQZnZcgiRgly5BWOH9nxKHSyDde35qI8/4z9YF2zUlLxHwnVmhH3zp1h05WXC3ssFjjW46OvMBCJnZni3GazlFPp5Gbbi/3lx89bv3LpgKUVyQmYJF5m3H9L198ROzBElTHwSvVH/+Dfa9GdyqKZUwK6hVQRi14QRTsq3WcZXyrfCCxBNWzojNa0gBK7SHsSKDuB9eRoiMP6J/EtGORIghzWbq1oyiuZPBaL8fYr8J/O3TaaiU1P1iHoq93F6Sh5EbxuaPn8nxsw0E2c+JIVkYbIZUowByTFv6eG4rCHAokO0/1L2amUe+vmPcLUFh5ZHTQk5tiEc5UNDxDMzpRxAe4Zc4G3Yx7eer7tIBZPxmWXvRgTKv/NkYSbsSenaysiZqqgYTOP2aoJiWmFXfs2CEowK8ZE5DZEmu3OXKaj6nXYCsNGp2iuCl6ceI3kgN9Tn+JREf3Bd0GFh8xlxr2sdbo/3AKsqCJyIH0= ceph-d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:26:24.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:24 smithi038 bash[108204]: audit 2023-12-21T01:26:24.009530+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:26:26.118 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-12-21T01:26:26.118 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2023-12-21T01:26:26.118 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Adding host smithi038... 2023-12-21T01:26:26.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi038'] 2023-12-21T01:26:26.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi038 2023-12-21T01:26:27.549 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:27 smithi038 bash[108438]: Warning: Permanently added 'smithi038,172.21.15.38' (ECDSA) to the list of known hosts. 2023-12-21T01:26:27.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:27 smithi038 bash[108204]: audit 2023-12-21T01:26:27.209784+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi038", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:26:28.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi038' 2023-12-21T01:26:28.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:28 smithi038 bash[108204]: audit 2023-12-21T01:26:27.726508+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"smithi038\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:26:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:28 smithi038 bash[108204]: audit 2023-12-21T01:26:27.732966+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"smithi038\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:26:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:28 smithi038 bash[108204]: cephadm 2023-12-21T01:26:27.733293+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi038 2023-12-21T01:26:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:28 smithi038 bash[108204]: audit 2023-12-21T01:26:27.960916+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:26:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:28 smithi038 bash[108204]: audit 2023-12-21T01:26:27.962579+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:26:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:28 smithi038 bash[108204]: audit 2023-12-21T01:26:27.963085+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:26:29.566 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Enabling the dashboard module... 2023-12-21T01:26:29.566 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2023-12-21T01:26:29.566 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2023-12-21T01:26:30.051 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:29 smithi038 bash[108204]: audit 2023-12-21T01:26:29.485651+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:29.483948\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:29.485103\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:26:29.485189\", \"networks\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:26:30.051 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:29 smithi038 bash[108204]: audit 2023-12-21T01:26:29.487601+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:29.483948\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:29.485103\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:26:29.485189\", \"networks\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:26:30.051 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:29 smithi038 bash[108204]: audit 2023-12-21T01:26:29.488071+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.38:0/209701489' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:26:30.882 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:30 smithi038 bash[108204]: audit 2023-12-21T01:26:30.210384+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.38:0/166599112' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-21T01:26:30.882 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:30 smithi038 bash[108438]: ignoring --setuser ceph since I am not root 2023-12-21T01:26:30.882 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:30 smithi038 bash[108438]: ignoring --setgroup ceph since I am not root 2023-12-21T01:26:31.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-21T01:26:31.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-21T01:26:32.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2023-12-21T01:26:32.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2023-12-21T01:26:32.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-21T01:26:32.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-21T01:26:32.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:32.031 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:6800", 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 173847748 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:6801", 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 173847748 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.38:6801/173847748", 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-21T01:26:16.309307+0000", 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-21T01:26:32.032 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:32.033 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.034 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.035 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.037 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.038 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.039 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-21T01:26:32.040 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.043 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-21T01:26:32.044 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.045 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-21T01:26:32.046 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.047 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.048 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-21T01:26:32.049 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-21T01:26:32.050 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.051 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-21T01:26:32.052 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-21T01:26:32.053 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.054 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.055 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.056 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.057 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.058 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.059 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.060 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.061 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.062 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.063 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.064 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.065 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "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.", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-21T01:26:32.066 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.067 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.068 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.069 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.070 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-21T01:26:32.071 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.072 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.073 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.074 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.075 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.076 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.077 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-21T01:26:32.078 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.079 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.080 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.081 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.082 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.083 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.084 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.085 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.086 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.087 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.088 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.089 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.090 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-21T01:26:32.091 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.092 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.093 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.094 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.095 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.096 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.097 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.098 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-21T01:26:32.100 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.101 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.102 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.103 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.104 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.105 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.106 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.107 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.108 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-21T01:26:32.109 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.110 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-21T01:26:32.111 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.112 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.113 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.114 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.115 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.116 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.117 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-21T01:26:32.118 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.119 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.120 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.122 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.123 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.124 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.125 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.126 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.127 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.128 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.129 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.130 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.131 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.132 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.133 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.134 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.135 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.136 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.137 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.138 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.139 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.140 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.141 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.142 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.143 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.144 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-21T01:26:32.145 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.146 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-21T01:26:32.147 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.148 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.149 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.150 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.151 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.152 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.153 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.154 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.155 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.156 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.157 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.158 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.159 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.160 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.161 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.162 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.163 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.164 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.165 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.166 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.167 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.168 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.169 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.170 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.171 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.172 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.173 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.174 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.175 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.176 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.177 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.178 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.179 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.180 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.181 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.182 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.183 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.184 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.185 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.186 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.187 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.188 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.189 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.190 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.191 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.192 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.193 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.194 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.195 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.196 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-21T01:26:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.198 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.199 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.200 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.201 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.202 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.203 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.204 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.205 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-21T01:26:32.206 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.207 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.208 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.209 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.210 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.211 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.212 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.213 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.214 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.215 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.216 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.217 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.218 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.219 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.220 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.221 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.222 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-21T01:26:32.223 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.224 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.225 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.226 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.227 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.228 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.229 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.230 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.231 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.232 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-21T01:26:32.233 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.234 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.235 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.236 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.237 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.238 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.239 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-21T01:26:32.240 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.241 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.242 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.243 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.244 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.245 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.246 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-21T01:26:32.247 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-21T01:26:32.248 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.249 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.250 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.251 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.252 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.253 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.254 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.255 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.256 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.257 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.258 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.260 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-21T01:26:32.261 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-21T01:26:32.262 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.263 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.264 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.265 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.266 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.267 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.268 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.269 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.270 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.271 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.272 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.273 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.274 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.275 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-21T01:26:32.276 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.277 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.278 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.279 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.280 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.281 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.282 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.283 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.284 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.285 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.286 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.287 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.288 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-21T01:26:32.290 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.291 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.292 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.293 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.294 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.295 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.296 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.297 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.300 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.301 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.302 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.303 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.304 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.305 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.306 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.308 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.309 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-21T01:26:32.310 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.311 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-21T01:26:32.312 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.313 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.314 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-21T01:26:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.317 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.318 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.319 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-21T01:26:32.320 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-21T01:26:32.321 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2023-12-21T01:26:32.322 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:0", 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2418356884 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:0", 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 756461786 2023-12-21T01:26:32.323 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.38:0", 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4211778385 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.324 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:32.325 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:31 smithi038 bash[108204]: audit 2023-12-21T01:26:30.736544+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.38:0/166599112' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-21T01:26:32.325 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:31 smithi038 bash[108204]: cluster 2023-12-21T01:26:30.736596+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 14s) 2023-12-21T01:26:32.325 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:31 smithi038 bash[108204]: audit 2023-12-21T01:26:31.632631+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.38:0/1338614584' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-21T01:26:32.325 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-21T01:26:32.326 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2023-12-21T01:26:32.326 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-21T01:26:32.326 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-21T01:26:35.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:26:34 smithi038 bash[108438]: Warning: Permanently added 'smithi038,172.21.15.38' (ECDSA) to the list of known hosts. 2023-12-21T01:26:35.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:34 smithi038 bash[108204]: cluster 2023-12-21T01:26:34.661642+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:26:35.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:34 smithi038 bash[108204]: cluster 2023-12-21T01:26:34.662147+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2023-12-21T01:26:35.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:34 smithi038 bash[108204]: cluster 2023-12-21T01:26:34.668244+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T01:26:35.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-21T01:26:35.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2023-12-21T01:26:35.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-21T01:26:35.735 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: cluster 2023-12-21T01:26:34.714864+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0528103s) 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.717954+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.718739+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.718883+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.719004+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.719268+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.719810+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.720050+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:26:36.010 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.720252+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:26:36.011 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.720457+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:26:36.011 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.720670+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:26:36.011 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.720877+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:26:36.011 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: cluster 2023-12-21T01:26:34.734330+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2023-12-21T01:26:36.011 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:34.758205+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-21T01:26:36.011 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:35.637589+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-21T01:26:36.011 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:35 smithi038 bash[108204]: audit 2023-12-21T01:26:35.637986+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:26:36.099 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2023-12-21T01:26:36.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2023-12-21T01:26:36.099 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2023-12-21T01:26:36.939 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2023-12-21T01:26:36.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:36 smithi038 bash[108204]: cluster 2023-12-21T01:26:35.725378+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.06332s) 2023-12-21T01:26:36.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:36 smithi038 bash[108204]: audit 2023-12-21T01:26:36.588986+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588339\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588435\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:26:36.588519\", \"networks\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:26:36.977 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:36 smithi038 bash[108204]: audit 2023-12-21T01:26:36.592569+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588339\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588435\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:26:36.588519\", \"networks\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:26:36.978 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:36 smithi038 bash[108204]: audit 2023-12-21T01:26:36.593123+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:26:37.623 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Creating initial admin user... 2023-12-21T01:26:37.623 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'swmjg9q197', 'administrator', '--force-password', '--pwd-update-required'] 2023-12-21T01:26:37.623 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin swmjg9q197 administrator --force-password --pwd-update-required 2023-12-21T01:26:37.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:37 smithi038 bash[108204]: audit 2023-12-21T01:26:36.756634+0000 mgr.y (mgr.14142) 1 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:26:37.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:37 smithi038 bash[108204]: audit 2023-12-21T01:26:36.928434+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQDlPQ7eU6RO6r+vmHzW7rGyMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMjEwMTI2\nMzZaFw0zMzEyMTgwMTI2MzZaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxHfoV9\nKLL9SkLhuDCeVmepEzdbbWR92Y6TPPR3VTtxJ1pj5Qh3X6MIuOX6uJNXVZelA847\nA1RUOqgBvdEu2FObrmONqOPx1kJG/1HycF1ybgBA4Sk6xYjZjp/62bAWl2D4Iej8\n9/66/Zrs0WnsP6nxKbOWrlomR4DsJKZuRVI7hQaMaMQrk2zigK0RbWnZpAP9nuY1\n9sFgov4kZWO2tHMTdRJNlecRv06jcg/b8FVAwYcsSmI2rWzoi+hWjkyyvb8JsO4Z\nwNezYRO3MbsAkbKqfzg4jBaLqsxNMAXSyuiQceZxGYkE6X5IKgxBf7SUnXJm+o6X\nYJjdLM+SZJrW7oECAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEANC2BiK6bk1hf6kUv\nLLVmbcLfBgZjoXfoBwPJnR3uUU7wuh0WZHbfx6ovJ9LRH3nAV6A4T8fnF2dj2d2Z\niOZj/D15DlRoe9RXzMleIo5H0ZMx4j63FwTVFssHVE6dx1TaR2g8wCWJ0BioeeY9\n2DbltOyZSWqrq9qqU6pY7V8gAG05ffv7xJcdveYnmhQEcMq13yjBakarBkIwBDvP\nDrhM6k+/9sAunV1NwfKXAVEAMYkG2oossEUyyxB521wRkIOU9qSuKO4UMjqL6M2C\nt9DJhaXhT0K7qQCQ79o/gq9ztGwPgG15sFrqYXV4JNjmbXzbc7EfKbGCpatlu5wM\n8QxxOA==\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-21T01:26:37.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:37 smithi038 bash[108204]: audit 2023-12-21T01:26:36.932236+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQDlPQ7eU6RO6r+vmHzW7rGyMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMjEwMTI2\nMzZaFw0zMzEyMTgwMTI2MzZaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxHfoV9\nKLL9SkLhuDCeVmepEzdbbWR92Y6TPPR3VTtxJ1pj5Qh3X6MIuOX6uJNXVZelA847\nA1RUOqgBvdEu2FObrmONqOPx1kJG/1HycF1ybgBA4Sk6xYjZjp/62bAWl2D4Iej8\n9/66/Zrs0WnsP6nxKbOWrlomR4DsJKZuRVI7hQaMaMQrk2zigK0RbWnZpAP9nuY1\n9sFgov4kZWO2tHMTdRJNlecRv06jcg/b8FVAwYcsSmI2rWzoi+hWjkyyvb8JsO4Z\nwNezYRO3MbsAkbKqfzg4jBaLqsxNMAXSyuiQceZxGYkE6X5IKgxBf7SUnXJm+o6X\nYJjdLM+SZJrW7oECAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEANC2BiK6bk1hf6kUv\nLLVmbcLfBgZjoXfoBwPJnR3uUU7wuh0WZHbfx6ovJ9LRH3nAV6A4T8fnF2dj2d2Z\niOZj/D15DlRoe9RXzMleIo5H0ZMx4j63FwTVFssHVE6dx1TaR2g8wCWJ0BioeeY9\n2DbltOyZSWqrq9qqU6pY7V8gAG05ffv7xJcdveYnmhQEcMq13yjBakarBkIwBDvP\nDrhM6k+/9sAunV1NwfKXAVEAMYkG2oossEUyyxB521wRkIOU9qSuKO4UMjqL6M2C\nt9DJhaXhT0K7qQCQ79o/gq9ztGwPgG15sFrqYXV4JNjmbXzbc7EfKbGCpatlu5wM\n8QxxOA==\n-----END CERTIFICATE-----\n"}]': finished 2023-12-21T01:26:37.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:37 smithi038 bash[108204]: audit 2023-12-21T01:26:36.932912+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQC8R36FfSiy/UpC\n4bgwnlZnqRM3W21kfdmOkzz0d1U7cSdaY+UId1+jCLjl+riTV1WXpQPOOwNUVDqo\nAb3RLthTm65jjajj8dZCRv9R8nBdcm4AQOEpOsWI2Y6f+tmwFpdg+CHo/Pf+uv2a\n7NFp7D+p8Smzlq5aJkeA7CSmbkVSO4UGjGjEK5Ns4oCtEW1p2aQD/Z7mNfbBYKL+\nJGVjtrRzE3USTZXnEb9Oo3IP2/BVQMGHLEpiNq1s6IvoVo5Msr2/CbDuGcDXs2ET\ntzG7AJGyqn84OIwWi6rMTTAF0srokHHmcRmJBOl+SCoMQX+0lJ1yZvqOl2CY3SzP\nkmSa1u6BAgMBAAECggEBAIg0pHgHklDiYj2+M1Sgx1tYejla3+mKDcBSDg/A4J0O\n/+wpRkB4s2wrXC+r0KluzdHVo8om8QKpqIFwORTCcecSQfdtPNgiVOE/oWd0HwvL\nQ37VcM414T9ePArKG3+C6GJTP5zgnLvgJKVWWyzopynW+FceU+WNub6vltf8ABQ7\nEwqINh+MHiYlP3+mfew9PLW56Nf7ynwm/pRdbHCy6sHSt0yEDyzPAc7jWliGej++\no4U5mBeXhRJtiBQ/KtitreKm4Z7obrTTZT82GMgPfMjDoT3b+qt+gtJHjkLLxdJW\nqZ0HgsZy8IRKBQqL/q2b0qVKGAr48hgMns6eB8Dxe0ECgYEA4BIABL+J8NAMV9Ab\n02VY/cowKPCMUorjAxRZo63GPIXWSr6CPRl/hrUT381BsEd04/Kyd+S+lBQ8Hfed\nuh74222kXr3OJBquysieX9WsRkC6+n79SaABZv1zGCgd7zVo902N0p9j7Y6q0RtZ\n5qkt9bUScvGEeE5gFaztTolc95kCgYEA1xvZxMkT98CBDZ4JumwHLMzMNdyVYpNj\nWgkDLvchzrXY7TrNluIAkxj5XqFDgyzNKPbjYIqiq9OmwHJ/9FWB6KqEbTb5cB7B\nX2Gyoffb9dPqE1ymHrye0ybu9E7OXjDt/r+bi2Pz5SB7wpujuUhAbh6z0eaZozrw\neZnaPkCN3ykCgYEA1lmh1uj8pngANskItXPQbAhNhfyH4Dao8Ds5fVExwJgv5ZTV\ntml8C3uSJZiPbHkPIzj67aLPhYzN7cUBCBm06wS6Jz/fwb4c1DSS/Q7FHPezZwqw\ndwwwCzwOLF/EMx+e6GUydPixeYHvetZ1bCkPpGux2G+e0A/57wJcibLyUpECgYEA\nl66+58G2v9xR5E1NpNQqVw/u7AgomsM9qq5yPTrs7vtSBS6S7FNfflp89ZqXpbcA\n0GMPwPLhdHKhwlC7I4rsOSmMigra55H4X47fzNCfnYAaLh8F0OTGxjRNCZ9MbCTq\nndl1EFyiDi7Stk7Tq4JkVIJ34IpQSkb0bXrs5zrUD8kCgYBmVNXwa0JptiQAO6jU\nKZuZ19sQsVSyN94Yu12HiQAsvw2qyjnEMSpXK4nEnzaBLA4bxYDCik6nip4qiw20\niq/dLXYla+BP9nvdrrGMbsynlnGPUt23IcuQcCfNRJwdRCt7hmUGszc5AFxiz7xw\nnzTY7dQpDfNaamey6Rj/Ma6vrg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-21T01:26:37.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:37 smithi038 bash[108204]: audit 2023-12-21T01:26:36.936571+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQC8R36FfSiy/UpC\n4bgwnlZnqRM3W21kfdmOkzz0d1U7cSdaY+UId1+jCLjl+riTV1WXpQPOOwNUVDqo\nAb3RLthTm65jjajj8dZCRv9R8nBdcm4AQOEpOsWI2Y6f+tmwFpdg+CHo/Pf+uv2a\n7NFp7D+p8Smzlq5aJkeA7CSmbkVSO4UGjGjEK5Ns4oCtEW1p2aQD/Z7mNfbBYKL+\nJGVjtrRzE3USTZXnEb9Oo3IP2/BVQMGHLEpiNq1s6IvoVo5Msr2/CbDuGcDXs2ET\ntzG7AJGyqn84OIwWi6rMTTAF0srokHHmcRmJBOl+SCoMQX+0lJ1yZvqOl2CY3SzP\nkmSa1u6BAgMBAAECggEBAIg0pHgHklDiYj2+M1Sgx1tYejla3+mKDcBSDg/A4J0O\n/+wpRkB4s2wrXC+r0KluzdHVo8om8QKpqIFwORTCcecSQfdtPNgiVOE/oWd0HwvL\nQ37VcM414T9ePArKG3+C6GJTP5zgnLvgJKVWWyzopynW+FceU+WNub6vltf8ABQ7\nEwqINh+MHiYlP3+mfew9PLW56Nf7ynwm/pRdbHCy6sHSt0yEDyzPAc7jWliGej++\no4U5mBeXhRJtiBQ/KtitreKm4Z7obrTTZT82GMgPfMjDoT3b+qt+gtJHjkLLxdJW\nqZ0HgsZy8IRKBQqL/q2b0qVKGAr48hgMns6eB8Dxe0ECgYEA4BIABL+J8NAMV9Ab\n02VY/cowKPCMUorjAxRZo63GPIXWSr6CPRl/hrUT381BsEd04/Kyd+S+lBQ8Hfed\nuh74222kXr3OJBquysieX9WsRkC6+n79SaABZv1zGCgd7zVo902N0p9j7Y6q0RtZ\n5qkt9bUScvGEeE5gFaztTolc95kCgYEA1xvZxMkT98CBDZ4JumwHLMzMNdyVYpNj\nWgkDLvchzrXY7TrNluIAkxj5XqFDgyzNKPbjYIqiq9OmwHJ/9FWB6KqEbTb5cB7B\nX2Gyoffb9dPqE1ymHrye0ybu9E7OXjDt/r+bi2Pz5SB7wpujuUhAbh6z0eaZozrw\neZnaPkCN3ykCgYEA1lmh1uj8pngANskItXPQbAhNhfyH4Dao8Ds5fVExwJgv5ZTV\ntml8C3uSJZiPbHkPIzj67aLPhYzN7cUBCBm06wS6Jz/fwb4c1DSS/Q7FHPezZwqw\ndwwwCzwOLF/EMx+e6GUydPixeYHvetZ1bCkPpGux2G+e0A/57wJcibLyUpECgYEA\nl66+58G2v9xR5E1NpNQqVw/u7AgomsM9qq5yPTrs7vtSBS6S7FNfflp89ZqXpbcA\n0GMPwPLhdHKhwlC7I4rsOSmMigra55H4X47fzNCfnYAaLh8F0OTGxjRNCZ9MbCTq\nndl1EFyiDi7Stk7Tq4JkVIJ34IpQSkb0bXrs5zrUD8kCgYBmVNXwa0JptiQAO6jU\nKZuZ19sQsVSyN94Yu12HiQAsvw2qyjnEMSpXK4nEnzaBLA4bxYDCik6nip4qiw20\niq/dLXYla+BP9nvdrrGMbsynlnGPUt23IcuQcCfNRJwdRCt7hmUGszc5AFxiz7xw\nnzTY7dQpDfNaamey6Rj/Ma6vrg==\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-21T01:26:37.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:37 smithi038 bash[108204]: cluster 2023-12-21T01:26:37.596164+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-21T01:26:38.594 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$Li1Ok.EzhkHNKg5JZbkjeOXUFVpjwYod8sM7hyc/dCJWYkpUrkC2q", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703121998, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T01:26:38.851 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:38 smithi038 bash[108204]: audit 2023-12-21T01:26:38.590306+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$Li1Ok.EzhkHNKg5JZbkjeOXUFVpjwYod8sM7hyc/dCJWYkpUrkC2q\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1703121998, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2023-12-21T01:26:38.851 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:38 smithi038 bash[108204]: audit 2023-12-21T01:26:38.592288+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$Li1Ok.EzhkHNKg5JZbkjeOXUFVpjwYod8sM7hyc/dCJWYkpUrkC2q\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1703121998, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2023-12-21T01:26:39.008 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Fetching dashboard port number... 2023-12-21T01:26:39.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi038', '-v', '/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2023-12-21T01:26:39.008 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi038 -v /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpxnapoyze:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8mz58xd0:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2023-12-21T01:26:39.489 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2023-12-21T01:26:39.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:39 smithi038 bash[108204]: audit 2023-12-21T01:26:38.347146+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "swmjg9q197", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:26:39.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:39 smithi038 bash[108204]: audit 2023-12-21T01:26:38.859446+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:26:39.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:39 smithi038 bash[108204]: audit 2023-12-21T01:26:39.079346+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588339\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588435\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:26:36.588519\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:26:39.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:39 smithi038 bash[108204]: audit 2023-12-21T01:26:39.083269+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588339\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588435\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:26:36.588519\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:26:39.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:39 smithi038 bash[108204]: audit 2023-12-21T01:26:39.487712+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.38:0/2969010673' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: URL: https://smithi038.front.sepia.ceph.com:8443/ 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: User: admin 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: Password: swmjg9q197 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:You can access the Ceph CLI with: 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2023-12-21T01:26:40.035 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr: ceph telemetry on 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr:For more information see: 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr:INFO:cephadm:Bootstrap complete. 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Releasing lock 140330180307096 on /run/cephadm/d648fb56-9f9f-11ee-95a5-87774f69a715.lock 2023-12-21T01:26:40.036 INFO:teuthology.orchestra.run.smithi038.stderr:DEBUG:cephadm:Lock 140330180307096 released on /run/cephadm/d648fb56-9f9f-11ee-95a5-87774f69a715.lock 2023-12-21T01:26:40.061 INFO:tasks.cephadm:Fetching config... 2023-12-21T01:26:40.061 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:26:40.061 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T01:26:40.080 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T01:26:40.080 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:26:40.080 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T01:26:40.138 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T01:26:40.138 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:26:40.138 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-21T01:26:40.205 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T01:26:40.205 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:26:40.206 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T01:26:40.264 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T01:26:40.264 DEBUG:teuthology.orchestra.run.smithi038:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJJ49MIA9vQPWspa7Nd87K9tkoYL1NdQZnZcgiRgly5BWOH9nxKHSyDde35qI8/4z9YF2zUlLxHwnVmhH3zp1h05WXC3ssFjjW46OvMBCJnZni3GazlFPp5Gbbi/3lx89bv3LpgKUVyQmYJF5m3H9L198ROzBElTHwSvVH/+Dfa9GdyqKZUwK6hVQRi14QRTsq3WcZXyrfCCxBNWzojNa0gBK7SHsSKDuB9eRoiMP6J/EtGORIghzWbq1oyiuZPBaL8fYr8J/O3TaaiU1P1iHoq93F6Sh5EbxuaPn8nxsw0E2c+JIVkYbIZUowByTFv6eG4rCHAokO0/1L2amUe+vmPcLUFh5ZHTQk5tiEc5UNDxDMzpRxAe4Zc4G3Yx7eer7tIBZPxmWXvRgTKv/NkYSbsSenaysiZqqgYTOP2aoJiWmFXfs2CEowK8ZE5DZEmu3OXKaj6nXYCsNGp2iuCl6ceI3kgN9Tn+JREf3Bd0GFh8xlxr2sdbo/3AKsqCJyIH0= ceph-d648fb56-9f9f-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T01:26:40.340 INFO:teuthology.orchestra.run.smithi038.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJJ49MIA9vQPWspa7Nd87K9tkoYL1NdQZnZcgiRgly5BWOH9nxKHSyDde35qI8/4z9YF2zUlLxHwnVmhH3zp1h05WXC3ssFjjW46OvMBCJnZni3GazlFPp5Gbbi/3lx89bv3LpgKUVyQmYJF5m3H9L198ROzBElTHwSvVH/+Dfa9GdyqKZUwK6hVQRi14QRTsq3WcZXyrfCCxBNWzojNa0gBK7SHsSKDuB9eRoiMP6J/EtGORIghzWbq1oyiuZPBaL8fYr8J/O3TaaiU1P1iHoq93F6Sh5EbxuaPn8nxsw0E2c+JIVkYbIZUowByTFv6eG4rCHAokO0/1L2amUe+vmPcLUFh5ZHTQk5tiEc5UNDxDMzpRxAe4Zc4G3Yx7eer7tIBZPxmWXvRgTKv/NkYSbsSenaysiZqqgYTOP2aoJiWmFXfs2CEowK8ZE5DZEmu3OXKaj6nXYCsNGp2iuCl6ceI3kgN9Tn+JREf3Bd0GFh8xlxr2sdbo/3AKsqCJyIH0= ceph-d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:26:40.352 DEBUG:teuthology.orchestra.run.smithi153:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJJ49MIA9vQPWspa7Nd87K9tkoYL1NdQZnZcgiRgly5BWOH9nxKHSyDde35qI8/4z9YF2zUlLxHwnVmhH3zp1h05WXC3ssFjjW46OvMBCJnZni3GazlFPp5Gbbi/3lx89bv3LpgKUVyQmYJF5m3H9L198ROzBElTHwSvVH/+Dfa9GdyqKZUwK6hVQRi14QRTsq3WcZXyrfCCxBNWzojNa0gBK7SHsSKDuB9eRoiMP6J/EtGORIghzWbq1oyiuZPBaL8fYr8J/O3TaaiU1P1iHoq93F6Sh5EbxuaPn8nxsw0E2c+JIVkYbIZUowByTFv6eG4rCHAokO0/1L2amUe+vmPcLUFh5ZHTQk5tiEc5UNDxDMzpRxAe4Zc4G3Yx7eer7tIBZPxmWXvRgTKv/NkYSbsSenaysiZqqgYTOP2aoJiWmFXfs2CEowK8ZE5DZEmu3OXKaj6nXYCsNGp2iuCl6ceI3kgN9Tn+JREf3Bd0GFh8xlxr2sdbo/3AKsqCJyIH0= ceph-d648fb56-9f9f-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T01:26:40.397 INFO:teuthology.orchestra.run.smithi153.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJJ49MIA9vQPWspa7Nd87K9tkoYL1NdQZnZcgiRgly5BWOH9nxKHSyDde35qI8/4z9YF2zUlLxHwnVmhH3zp1h05WXC3ssFjjW46OvMBCJnZni3GazlFPp5Gbbi/3lx89bv3LpgKUVyQmYJF5m3H9L198ROzBElTHwSvVH/+Dfa9GdyqKZUwK6hVQRi14QRTsq3WcZXyrfCCxBNWzojNa0gBK7SHsSKDuB9eRoiMP6J/EtGORIghzWbq1oyiuZPBaL8fYr8J/O3TaaiU1P1iHoq93F6Sh5EbxuaPn8nxsw0E2c+JIVkYbIZUowByTFv6eG4rCHAokO0/1L2amUe+vmPcLUFh5ZHTQk5tiEc5UNDxDMzpRxAe4Zc4G3Yx7eer7tIBZPxmWXvRgTKv/NkYSbsSenaysiZqqgYTOP2aoJiWmFXfs2CEowK8ZE5DZEmu3OXKaj6nXYCsNGp2iuCl6ceI3kgN9Tn+JREf3Bd0GFh8xlxr2sdbo/3AKsqCJyIH0= ceph-d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:26:40.409 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi153 2023-12-21T01:26:40.409 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-21T01:26:40.409 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.conf 2023-12-21T01:26:40.428 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-21T01:26:40.428 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T01:26:40.487 INFO:tasks.cephadm:Adding host smithi153 to orchestrator... 2023-12-21T01:26:40.487 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch host add smithi153 2023-12-21T01:26:42.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:41 smithi038 bash[108204]: cluster 2023-12-21T01:26:40.737973+0000 mon.a (mon.0) 106 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-21T01:26:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:55 smithi038 bash[108204]: cluster 2023-12-21T01:26:54.720280+0000 mgr.y (mgr.14142) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:26:58.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:57 smithi038 bash[108204]: cluster 2023-12-21T01:26:56.720529+0000 mgr.y (mgr.14142) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:26:59 smithi038 bash[108204]: cluster 2023-12-21T01:26:58.720916+0000 mgr.y (mgr.14142) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:00.967 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:27:00 smithi038 bash[108438]: Warning: Permanently added 'smithi153,172.21.15.153' (ECDSA) to the list of known hosts. 2023-12-21T01:27:01.601 INFO:teuthology.orchestra.run.smithi153.stdout:Added host 'smithi153' 2023-12-21T01:27:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:00.595250+0000 mgr.y (mgr.14142) 6 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi153", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: cluster 2023-12-21T01:27:00.721314+0000 mgr.y (mgr.14142) 7 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.075380+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"smithi038\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:27:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.079213+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"smithi038\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:27:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.276385+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.279929+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.280545+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:02.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.454263+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:27:01.453970\", \"networks\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:02.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.457994+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:27:01.453970\", \"networks\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:02.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:01 smithi038 bash[108204]: audit 2023-12-21T01:27:01.458568+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:02.510 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T01:27:03.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:02 smithi038 bash[108204]: cephadm 2023-12-21T01:27:01.079613+0000 mgr.y (mgr.14142) 8 : cephadm [INF] Added host smithi153 2023-12-21T01:27:03.743 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:27:03.743 INFO:teuthology.orchestra.run.smithi153.stdout:[{"addr": "smithi038", "hostname": "smithi038", "labels": [], "status": ""}, {"addr": "smithi153", "hostname": "smithi153", "labels": [], "status": ""}] 2023-12-21T01:27:04.186 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T01:27:04.187 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T01:27:04.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:03 smithi038 bash[108204]: cluster 2023-12-21T01:27:02.721665+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:04.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:04 smithi038 bash[108204]: audit 2023-12-21T01:27:03.740057+0000 mgr.y (mgr.14142) 10 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T01:27:04.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:04 smithi038 bash[108204]: audit 2023-12-21T01:27:03.957221+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:04.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:04 smithi038 bash[108204]: audit 2023-12-21T01:27:04.142270+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:27:01.453970\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:04.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:04 smithi038 bash[108204]: audit 2023-12-21T01:27:04.149316+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-21T01:27:01.453970\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:06.166 INFO:teuthology.orchestra.run.smithi038.stderr:adjusted tunables profile to default 2023-12-21T01:27:06.194 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:05 smithi038 bash[108204]: cluster 2023-12-21T01:27:04.721908+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:06.194 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:05 smithi038 bash[108204]: audit 2023-12-21T01:27:05.425530+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.38:0/3394585378' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-21T01:27:06.556 INFO:tasks.cephadm:Adding mon.c on smithi038 2023-12-21T01:27:06.557 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add mon 'smithi038:[v2:172.21.15.38:3301,v1:172.21.15.38:6790]=c' 2023-12-21T01:27:07.444 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:07 smithi038 bash[108204]: audit 2023-12-21T01:27:06.161056+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.38:0/3394585378' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-21T01:27:07.445 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:07 smithi038 bash[108204]: cluster 2023-12-21T01:27:06.161098+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-21T01:27:07.445 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:07 smithi038 bash[108204]: cluster 2023-12-21T01:27:06.722140+0000 mgr.y (mgr.14142) 12 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:08.808 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:08 smithi038 bash[108204]: audit 2023-12-21T01:27:07.797593+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:27:08.808 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:08 smithi038 bash[108204]: audit 2023-12-21T01:27:07.798184+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:08.808 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:08 smithi038 bash[108204]: audit 2023-12-21T01:27:07.798760+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2023-12-21T01:27:09.804 INFO:teuthology.orchestra.run.smithi038.stdout:Deployed mon.c on host 'smithi038' 2023-12-21T01:27:10.036 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:09 smithi038 bash[108204]: audit 2023-12-21T01:27:07.795996+0000 mgr.y (mgr.14142) 13 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi038:[v2:172.21.15.38:3301,v1:172.21.15.38:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:10.036 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:09 smithi038 bash[108204]: cephadm 2023-12-21T01:27:07.798577+0000 mgr.y (mgr.14142) 14 : cephadm [INF] Deploying daemon mon.c on smithi038 2023-12-21T01:27:10.036 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:09 smithi038 bash[108204]: cluster 2023-12-21T01:27:08.722384+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:10.036 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:09 smithi038 bash[108204]: audit 2023-12-21T01:27:09.556001+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588339\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588435\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:10.036 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:09 smithi038 bash[108204]: audit 2023-12-21T01:27:09.556586+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:10.036 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:09 smithi038 bash[108204]: audit 2023-12-21T01:27:09.558283+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588339\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:26:36.588435\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:10.192 DEBUG:teuthology.orchestra.run.smithi038:mon.c> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.c.service 2023-12-21T01:27:10.194 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T01:27:10.194 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T01:27:10.226 INFO:journalctl@ceph.mon.c.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:27:15.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:09.760931+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-21T01:27:15.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: audit 2023-12-21T01:27:10.686102+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685315\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_daemon_update\": \"2023-12-21T01:27:10.685423\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:09.760931+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: audit 2023-12-21T01:27:10.686102+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685315\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_daemon_update\": \"2023-12-21T01:27:10.685423\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:10.722664+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:11.759362+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:12.722946+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:14.723304+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:14.777768+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:14.784635+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2023-12-21T01:27:15.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:14.784684+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:14.784713+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:14.784940+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 40s) 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: audit 2023-12-21T01:27:14.787261+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685315\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_daemon_update\": \"2023-12-21T01:27:10.685423\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: cluster 2023-12-21T01:27:14.790397+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[108204]: audit 2023-12-21T01:27:14.794834+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685315\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_daemon_update\": \"2023-12-21T01:27:10.685423\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:10.722664+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:11.759362+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:12.722946+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:15.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:14.723304+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:14.777768+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:14.784635+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:14.784684+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:14.784713+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:14.784940+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 40s) 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: audit 2023-12-21T01:27:14.787261+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685315\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_daemon_update\": \"2023-12-21T01:27:10.685423\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: cluster 2023-12-21T01:27:14.790397+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-21T01:27:15.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:14 smithi038 bash[111605]: audit 2023-12-21T01:27:14.794834+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685315\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}}, \"last_daemon_update\": \"2023-12-21T01:27:10.685423\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:15.645 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:27:15.645 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":2,"fsid":"d648fb56-9f9f-11ee-95a5-87774f69a715","modified":"2023-12-21T01:27:09.758591Z","created":"2023-12-21T01:25:57.705825Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3301","nonce":0},{"type":"v1","addr":"172.21.15.38:6790","nonce":0}]},"addr":"172.21.15.38:6790/0","public_addr":"172.21.15.38:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-21T01:27:15.646 INFO:teuthology.orchestra.run.smithi038.stderr:dumped monmap epoch 2 2023-12-21T01:27:15.951 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:15 smithi038 bash[108204]: audit 2023-12-21T01:27:15.643635+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.38:0/1957644793' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T01:27:15.951 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:15 smithi038 bash[111605]: audit 2023-12-21T01:27:15.643635+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.38:0/1957644793' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T01:27:16.073 INFO:tasks.cephadm:Adding mon.b on smithi153 2023-12-21T01:27:16.073 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add mon smithi153:172.21.15.153=b 2023-12-21T01:27:17.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:16 smithi038 bash[108204]: cluster 2023-12-21T01:27:16.723852+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:17.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:16 smithi038 bash[111605]: cluster 2023-12-21T01:27:16.723852+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[108204]: audit 2023-12-21T01:27:17.234762+0000 mgr.y (mgr.14142) 20 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi153:172.21.15.153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[108204]: audit 2023-12-21T01:27:17.236351+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:27:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[108204]: audit 2023-12-21T01:27:17.237213+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[108204]: cephadm 2023-12-21T01:27:17.237851+0000 mgr.y (mgr.14142) 21 : cephadm [INF] Deploying daemon mon.b on smithi153 2023-12-21T01:27:18.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[108204]: audit 2023-12-21T01:27:17.238126+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-21T01:27:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[111605]: audit 2023-12-21T01:27:17.234762+0000 mgr.y (mgr.14142) 20 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi153:172.21.15.153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[111605]: audit 2023-12-21T01:27:17.236351+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:27:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[111605]: audit 2023-12-21T01:27:17.237213+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[111605]: cephadm 2023-12-21T01:27:17.237851+0000 mgr.y (mgr.14142) 21 : cephadm [INF] Deploying daemon mon.b on smithi153 2023-12-21T01:27:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:17 smithi038 bash[111605]: audit 2023-12-21T01:27:17.238126+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-21T01:27:19.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:18 smithi038 bash[108204]: cluster 2023-12-21T01:27:18.724328+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:19.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:18 smithi038 bash[111605]: cluster 2023-12-21T01:27:18.724328+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:20.242 INFO:teuthology.orchestra.run.smithi153.stdout:Deployed mon.b on host 'smithi153' 2023-12-21T01:27:20.613 DEBUG:teuthology.orchestra.run.smithi153:mon.b> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.b.service 2023-12-21T01:27:20.615 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-21T01:27:20.615 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T01:27:20.645 INFO:journalctl@ceph.mon.b.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:27:24.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:19.487524+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-21T01:27:24.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:19.498230+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-21T01:27:24.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: audit 2023-12-21T01:27:19.844630+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:20.724757+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:21.485050+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:22.725065+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:24.522681+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:19.487524+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:19.498230+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: audit 2023-12-21T01:27:19.844630+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:24.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:20.724757+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:21.485050+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:22.725065+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:24.522681+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:24.525639+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:24.525684+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:24.525714+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:24.525961+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 49s) 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: audit 2023-12-21T01:27:24.526580+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: cluster 2023-12-21T01:27:24.529544+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2023-12-21T01:27:24.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[111605]: audit 2023-12-21T01:27:24.531688+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:24.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:24.525639+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2023-12-21T01:27:24.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:24.525684+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2023-12-21T01:27:24.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:24.525714+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-21T01:27:24.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:24.525961+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 49s) 2023-12-21T01:27:24.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: audit 2023-12-21T01:27:24.526580+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:24.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: cluster 2023-12-21T01:27:24.529544+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2023-12-21T01:27:24.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:24 smithi038 bash[108204]: audit 2023-12-21T01:27:24.531688+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:24.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:19.487524+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:19.498230+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: audit 2023-12-21T01:27:19.844630+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:20.724757+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:21.485050+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:22.725065+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:24.522681+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:24.525639+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:24.525684+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:24.525714+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:24.525961+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 49s) 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: audit 2023-12-21T01:27:24.526580+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: cluster 2023-12-21T01:27:24.529544+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2023-12-21T01:27:24.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:24 smithi153 bash[108237]: audit 2023-12-21T01:27:24.531688+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}}, \"last_daemon_update\": \"2023-12-21T01:27:19.844117\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:25.813 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-21T01:27:25.813 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":3,"fsid":"d648fb56-9f9f-11ee-95a5-87774f69a715","modified":"2023-12-21T01:27:19.484070Z","created":"2023-12-21T01:25:57.705825Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3301","nonce":0},{"type":"v1","addr":"172.21.15.38:6790","nonce":0}]},"addr":"172.21.15.38:6790/0","public_addr":"172.21.15.38:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2023-12-21T01:27:25.815 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 3 2023-12-21T01:27:26.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:25 smithi038 bash[108204]: cluster 2023-12-21T01:27:24.725300+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:26.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:25 smithi038 bash[111605]: cluster 2023-12-21T01:27:24.725300+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:25 smithi153 bash[108237]: cluster 2023-12-21T01:27:24.725300+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:27.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:26 smithi038 bash[108204]: audit 2023-12-21T01:27:25.811497+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.153:0/1652659022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T01:27:27.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:26 smithi038 bash[111605]: audit 2023-12-21T01:27:25.811497+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.153:0/1652659022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T01:27:27.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:26 smithi153 bash[108237]: audit 2023-12-21T01:27:25.811497+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.153:0/1652659022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T01:27:27.567 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-21T01:27:27.567 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-21T01:27:27.866 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:27 smithi038 bash[108204]: cluster 2023-12-21T01:27:26.725604+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:27.866 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:27 smithi038 bash[111605]: cluster 2023-12-21T01:27:26.725604+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:27.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:27 smithi153 bash[108237]: cluster 2023-12-21T01:27:26.725604+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:28.801 INFO:teuthology.orchestra.run.smithi038.stdout:# minimal ceph.conf for d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:27:28.801 INFO:teuthology.orchestra.run.smithi038.stdout:[global] 2023-12-21T01:27:28.801 INFO:teuthology.orchestra.run.smithi038.stdout: fsid = d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:27:28.801 INFO:teuthology.orchestra.run.smithi038.stdout: mon_host = [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] 2023-12-21T01:27:29.146 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-21T01:27:29.146 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:27:29.146 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T01:27:29.177 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:27:29.177 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T01:27:29.246 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-21T01:27:29.246 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T01:27:29.291 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-21T01:27:29.291 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T01:27:29.368 INFO:tasks.cephadm:Adding mgr.y on smithi038 2023-12-21T01:27:29.368 INFO:tasks.cephadm:Adding mgr.x on smithi153 2023-12-21T01:27:29.368 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch apply mgr '2;smithi038=y;smithi153=x' 2023-12-21T01:27:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:29 smithi038 bash[108204]: cluster 2023-12-21T01:27:28.725856+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:29 smithi038 bash[108204]: audit 2023-12-21T01:27:28.799502+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.38:0/4286477935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:29 smithi038 bash[111605]: cluster 2023-12-21T01:27:28.725856+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:29 smithi038 bash[111605]: audit 2023-12-21T01:27:28.799502+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.38:0/4286477935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:30.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:29 smithi153 bash[108237]: cluster 2023-12-21T01:27:28.725856+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:30.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:29 smithi153 bash[108237]: audit 2023-12-21T01:27:28.799502+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.38:0/4286477935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:32.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:31 smithi038 bash[108204]: cluster 2023-12-21T01:27:30.726221+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:32.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:31 smithi038 bash[111605]: cluster 2023-12-21T01:27:30.726221+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:32.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:31 smithi153 bash[108237]: cluster 2023-12-21T01:27:30.726221+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:33.307 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled mgr update... 2023-12-21T01:27:33.868 DEBUG:teuthology.orchestra.run.smithi153:mgr.x> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x.service 2023-12-21T01:27:33.871 INFO:tasks.cephadm:Deploying OSDs... 2023-12-21T01:27:33.872 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:27:33.872 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T01:27:33.895 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T01:27:33.896 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_1 2023-12-21T01:27:33.904 INFO:journalctl@ceph.mgr.x.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 391392 Links: 1 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-21 01:27:09.448786994 +0000 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-21 01:23:56.110285216 +0000 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-21 01:23:56.110285216 +0000 2023-12-21T01:27:33.959 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-21T01:27:33.960 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T01:27:33.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:33 smithi153 bash[108237]: cluster 2023-12-21T01:27:32.726639+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:33.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:33 smithi153 bash[108237]: audit 2023-12-21T01:27:33.300978+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-21T01:27:33.300623\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-21T01:27:33.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:33 smithi153 bash[108237]: audit 2023-12-21T01:27:33.303573+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-21T01:27:33.300623\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-21T01:27:33.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:33 smithi153 bash[108237]: audit 2023-12-21T01:27:33.304963+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:27:33.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:33 smithi153 bash[108237]: audit 2023-12-21T01:27:33.307613+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T01:27:33.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:33 smithi153 bash[108237]: audit 2023-12-21T01:27:33.308503+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:33.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:33 smithi153 bash[108237]: audit 2023-12-21T01:27:33.309484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-21T01:27:34.029 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[111605]: cluster 2023-12-21T01:27:32.726639+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:34.029 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[111605]: audit 2023-12-21T01:27:33.300978+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-21T01:27:33.300623\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-21T01:27:34.029 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[111605]: audit 2023-12-21T01:27:33.303573+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-21T01:27:33.300623\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-21T01:27:34.029 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[111605]: audit 2023-12-21T01:27:33.304963+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:27:34.030 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[111605]: audit 2023-12-21T01:27:33.307613+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T01:27:34.030 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[111605]: audit 2023-12-21T01:27:33.308503+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:34.030 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[111605]: audit 2023-12-21T01:27:33.309484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-21T01:27:34.030 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[108204]: cluster 2023-12-21T01:27:32.726639+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:34.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[108204]: audit 2023-12-21T01:27:33.300978+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-21T01:27:33.300623\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-21T01:27:34.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[108204]: audit 2023-12-21T01:27:33.303573+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-21T01:27:33.300623\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-21T01:27:34.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[108204]: audit 2023-12-21T01:27:33.304963+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:27:34.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[108204]: audit 2023-12-21T01:27:33.307613+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T01:27:34.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[108204]: audit 2023-12-21T01:27:33.308503+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:34.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:33 smithi038 bash[108204]: audit 2023-12-21T01:27:33.309484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-21T01:27:34.031 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-21T01:27:34.032 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-21T01:27:34.032 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.00031229 s, 1.6 MB/s 2023-12-21T01:27:34.033 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T01:27:34.096 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_2 2023-12-21T01:27:34.157 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 392669 Links: 1 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-21 01:27:09.448786994 +0000 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-21 01:23:56.637275184 +0000 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-21 01:23:56.637275184 +0000 2023-12-21T01:27:34.158 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-21T01:27:34.158 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T01:27:34.229 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-21T01:27:34.229 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-21T01:27:34.229 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000286941 s, 1.8 MB/s 2023-12-21T01:27:34.230 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T01:27:34.293 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_3 2023-12-21T01:27:34.353 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T01:27:34.353 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:34.353 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 392757 Links: 1 2023-12-21T01:27:34.353 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:34.354 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:34.354 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-21 01:27:09.448786994 +0000 2023-12-21T01:27:34.354 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-21 01:23:57.179264867 +0000 2023-12-21T01:27:34.354 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-21 01:23:57.179264867 +0000 2023-12-21T01:27:34.354 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-21T01:27:34.354 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T01:27:34.423 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-21T01:27:34.423 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-21T01:27:34.423 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000339856 s, 1.5 MB/s 2023-12-21T01:27:34.424 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T01:27:34.485 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_4 2023-12-21T01:27:34.545 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T01:27:34.545 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:34.545 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 392815 Links: 1 2023-12-21T01:27:34.545 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:34.545 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:34.545 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-21 01:27:09.448786994 +0000 2023-12-21T01:27:34.545 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-21 01:23:57.700254950 +0000 2023-12-21T01:27:34.546 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-21 01:23:57.700254950 +0000 2023-12-21T01:27:34.546 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-21T01:27:34.546 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T01:27:34.592 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:27:34 smithi153 podman[108966]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-21T01:27:34.592 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:27:34 smithi153 systemd[1]: Started Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:27:34.614 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-21T01:27:34.614 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-21T01:27:34.614 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000351355 s, 1.5 MB/s 2023-12-21T01:27:34.615 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T01:27:34.676 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-21T01:27:34.677 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T01:27:34.695 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T01:27:34.695 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2023-12-21T01:27:34.756 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 389585 Links: 1 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-21 01:27:34.385554364 +0000 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-21 01:23:46.439583336 +0000 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-21 01:23:46.439583336 +0000 2023-12-21T01:27:34.757 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-21T01:27:34.757 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T01:27:34.827 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-21T01:27:34.827 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-21T01:27:34.827 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.00021345 s, 2.4 MB/s 2023-12-21T01:27:34.828 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T01:27:34.888 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2023-12-21T01:27:34.945 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 394594 Links: 1 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-21 01:27:34.386554346 +0000 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-21 01:23:46.959574307 +0000 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-21 01:23:46.959574307 +0000 2023-12-21T01:27:34.946 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-21T01:27:34.946 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T01:27:35.011 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:34 smithi153 bash[108237]: audit 2023-12-21T01:27:33.299959+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi038=y;smithi153=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:35.011 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:34 smithi153 bash[108237]: cephadm 2023-12-21T01:27:33.300604+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi038=y,smithi153=x 2023-12-21T01:27:35.011 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:34 smithi153 bash[108237]: cephadm 2023-12-21T01:27:33.309138+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:27:35.011 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:34 smithi153 bash[108237]: audit 2023-12-21T01:27:34.487388+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:35.011 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:34 smithi153 bash[108237]: audit 2023-12-21T01:27:34.494976+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:35.011 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:34 smithi153 bash[108237]: audit 2023-12-21T01:27:34.495569+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:35.013 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-21T01:27:35.013 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-21T01:27:35.013 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000214175 s, 2.4 MB/s 2023-12-21T01:27:35.015 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T01:27:35.077 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2023-12-21T01:27:35.134 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 391936 Links: 1 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-21 01:27:34.386554346 +0000 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-21 01:23:47.458565643 +0000 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-21 01:23:47.458565643 +0000 2023-12-21T01:27:35.135 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-21T01:27:35.135 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T01:27:35.206 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-21T01:27:35.206 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-21T01:27:35.206 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000203977 s, 2.5 MB/s 2023-12-21T01:27:35.208 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T01:27:35.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[111605]: audit 2023-12-21T01:27:33.299959+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi038=y;smithi153=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:35.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[111605]: cephadm 2023-12-21T01:27:33.300604+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi038=y,smithi153=x 2023-12-21T01:27:35.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[111605]: cephadm 2023-12-21T01:27:33.309138+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:27:35.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[111605]: audit 2023-12-21T01:27:34.487388+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[111605]: audit 2023-12-21T01:27:34.494976+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[111605]: audit 2023-12-21T01:27:34.495569+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:35.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[108204]: audit 2023-12-21T01:27:33.299959+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi038=y;smithi153=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:35.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[108204]: cephadm 2023-12-21T01:27:33.300604+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi038=y,smithi153=x 2023-12-21T01:27:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[108204]: cephadm 2023-12-21T01:27:33.309138+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:27:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[108204]: audit 2023-12-21T01:27:34.487388+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[108204]: audit 2023-12-21T01:27:34.494976+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:19.843973\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:34 smithi038 bash[108204]: audit 2023-12-21T01:27:34.495569+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:35.269 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2023-12-21T01:27:35.329 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 394665 Links: 1 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-21 01:27:34.386554346 +0000 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-21 01:23:47.965556839 +0000 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-21 01:23:47.965556839 +0000 2023-12-21T01:27:35.330 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-21T01:27:35.331 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T01:27:35.398 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-21T01:27:35.398 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-21T01:27:35.398 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000205626 s, 2.5 MB/s 2023-12-21T01:27:35.399 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T01:27:35.458 INFO:tasks.cephadm:Deploying osd.0 on smithi038 with /dev/vg_nvme/lv_4... 2023-12-21T01:27:35.458 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-21T01:27:36.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[111605]: cluster 2023-12-21T01:27:34.727112+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:36.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[111605]: audit 2023-12-21T01:27:35.247878+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_daemon_update\": \"2023-12-21T01:27:35.247290\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:36.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[108204]: cluster 2023-12-21T01:27:34.727112+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:36.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[108204]: audit 2023-12-21T01:27:35.247878+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_daemon_update\": \"2023-12-21T01:27:35.247290\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:36.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[108204]: audit 2023-12-21T01:27:35.256011+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_daemon_update\": \"2023-12-21T01:27:35.247290\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[108204]: audit 2023-12-21T01:27:35.257743+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[108204]: audit 2023-12-21T01:27:35.258619+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[108204]: audit 2023-12-21T01:27:35.259611+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[108204]: cluster 2023-12-21T01:27:35.493569+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[111605]: audit 2023-12-21T01:27:35.256011+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_daemon_update\": \"2023-12-21T01:27:35.247290\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[111605]: audit 2023-12-21T01:27:35.257743+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[111605]: audit 2023-12-21T01:27:35.258619+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:36.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[111605]: audit 2023-12-21T01:27:35.259611+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-21T01:27:36.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:35 smithi038 bash[111605]: cluster 2023-12-21T01:27:35.493569+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:27:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:35 smithi153 bash[108237]: cluster 2023-12-21T01:27:34.727112+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:35 smithi153 bash[108237]: audit 2023-12-21T01:27:35.247878+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_daemon_update\": \"2023-12-21T01:27:35.247290\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:27:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:35 smithi153 bash[108237]: audit 2023-12-21T01:27:35.256011+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}}, \"last_daemon_update\": \"2023-12-21T01:27:35.247290\", \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:27:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:35 smithi153 bash[108237]: audit 2023-12-21T01:27:35.257743+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-21T01:27:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:35 smithi153 bash[108237]: audit 2023-12-21T01:27:35.258619+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:35 smithi153 bash[108237]: audit 2023-12-21T01:27:35.259611+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-21T01:27:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:35 smithi153 bash[108237]: cluster 2023-12-21T01:27:35.493569+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:27:36.962 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[108204]: cephadm 2023-12-21T01:27:35.257487+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-21T01:27:36.963 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[108204]: cephadm 2023-12-21T01:27:35.259276+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2023-12-21T01:27:36.963 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[108204]: audit 2023-12-21T01:27:36.603679+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:36.963 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[108204]: audit 2023-12-21T01:27:36.611190+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:36.963 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[108204]: audit 2023-12-21T01:27:36.611751+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:36.963 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[111605]: cephadm 2023-12-21T01:27:35.257487+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-21T01:27:36.964 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[111605]: cephadm 2023-12-21T01:27:35.259276+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2023-12-21T01:27:36.964 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[111605]: audit 2023-12-21T01:27:36.603679+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:36.964 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[111605]: audit 2023-12-21T01:27:36.611190+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:36.964 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:36 smithi038 bash[111605]: audit 2023-12-21T01:27:36.611751+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:37.117 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-21T01:27:37.118 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-21T01:27:37.118 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-21T01:27:37.118 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-21T01:27:37.118 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00675524 s, 1.6 GB/s 2023-12-21T01:27:37.118 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-21T01:27:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:36 smithi153 bash[108237]: cephadm 2023-12-21T01:27:35.257487+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-21T01:27:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:36 smithi153 bash[108237]: cephadm 2023-12-21T01:27:35.259276+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2023-12-21T01:27:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:36 smithi153 bash[108237]: audit 2023-12-21T01:27:36.603679+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:36 smithi153 bash[108237]: audit 2023-12-21T01:27:36.611190+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685236\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:10.685349\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:36 smithi153 bash[108237]: audit 2023-12-21T01:27:36.611751+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:37.486 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_4 2023-12-21T01:27:37.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:37 smithi038 bash[108204]: cluster 2023-12-21T01:27:36.727399+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:37.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:37 smithi038 bash[108204]: audit 2023-12-21T01:27:37.378024+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_daemon_update\": \"2023-12-21T01:27:37.377349\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:37.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:37 smithi038 bash[108204]: audit 2023-12-21T01:27:37.383187+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_daemon_update\": \"2023-12-21T01:27:37.377349\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:37.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:37 smithi038 bash[111605]: cluster 2023-12-21T01:27:36.727399+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:37.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:37 smithi038 bash[111605]: audit 2023-12-21T01:27:37.378024+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_daemon_update\": \"2023-12-21T01:27:37.377349\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:37.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:37 smithi038 bash[111605]: audit 2023-12-21T01:27:37.383187+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_daemon_update\": \"2023-12-21T01:27:37.377349\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:38.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:37 smithi153 bash[108237]: cluster 2023-12-21T01:27:36.727399+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:38.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:37 smithi153 bash[108237]: audit 2023-12-21T01:27:37.378024+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_daemon_update\": \"2023-12-21T01:27:37.377349\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:38.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:37 smithi153 bash[108237]: audit 2023-12-21T01:27:37.383187+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}}, \"last_daemon_update\": \"2023-12-21T01:27:37.377349\", \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:38.946 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[108204]: cluster 2023-12-21T01:27:38.353506+0000 mon.a (mon.0) 176 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:27:38.946 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[108204]: audit 2023-12-21T01:27:38.354634+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.153:0/993015393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:27:38.946 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[108204]: audit 2023-12-21T01:27:38.355939+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.153:0/993015393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:27:38.946 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[108204]: audit 2023-12-21T01:27:38.625467+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:27:38.946 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[108204]: audit 2023-12-21T01:27:38.626057+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:38.946 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[108204]: audit 2023-12-21T01:27:38.626726+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:38.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[111605]: cluster 2023-12-21T01:27:38.353506+0000 mon.a (mon.0) 176 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:27:38.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[111605]: audit 2023-12-21T01:27:38.354634+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.153:0/993015393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:27:38.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[111605]: audit 2023-12-21T01:27:38.355939+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.153:0/993015393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:27:38.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[111605]: audit 2023-12-21T01:27:38.625467+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:27:38.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[111605]: audit 2023-12-21T01:27:38.626057+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:38.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:38 smithi038 bash[111605]: audit 2023-12-21T01:27:38.626726+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:38 smithi153 bash[108237]: cluster 2023-12-21T01:27:38.353506+0000 mon.a (mon.0) 176 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:27:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:38 smithi153 bash[108237]: audit 2023-12-21T01:27:38.354634+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.153:0/993015393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:27:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:38 smithi153 bash[108237]: audit 2023-12-21T01:27:38.355939+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.153:0/993015393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:27:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:38 smithi153 bash[108237]: audit 2023-12-21T01:27:38.625467+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:27:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:38 smithi153 bash[108237]: audit 2023-12-21T01:27:38.626057+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:38 smithi153 bash[108237]: audit 2023-12-21T01:27:38.626726+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:40.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[108204]: audit 2023-12-21T01:27:38.624294+0000 mgr.y (mgr.14142) 37 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:40.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[108204]: cephadm 2023-12-21T01:27:38.625178+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[108204]: cluster 2023-12-21T01:27:38.727650+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[108204]: cluster 2023-12-21T01:27:38.778224+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[108204]: audit 2023-12-21T01:27:38.778338+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[111605]: audit 2023-12-21T01:27:38.624294+0000 mgr.y (mgr.14142) 37 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[111605]: cephadm 2023-12-21T01:27:38.625178+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[111605]: cluster 2023-12-21T01:27:38.727650+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[111605]: cluster 2023-12-21T01:27:38.778224+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2023-12-21T01:27:40.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:39 smithi038 bash[111605]: audit 2023-12-21T01:27:38.778338+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:27:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:39 smithi153 bash[108237]: audit 2023-12-21T01:27:38.624294+0000 mgr.y (mgr.14142) 37 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:39 smithi153 bash[108237]: cephadm 2023-12-21T01:27:38.625178+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:27:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:39 smithi153 bash[108237]: cluster 2023-12-21T01:27:38.727650+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:39 smithi153 bash[108237]: cluster 2023-12-21T01:27:38.778224+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2023-12-21T01:27:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:39 smithi153 bash[108237]: audit 2023-12-21T01:27:38.778338+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:27:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[108204]: audit 2023-12-21T01:27:40.175638+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.38:0/2914901411' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]: dispatch 2023-12-21T01:27:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[108204]: audit 2023-12-21T01:27:40.175972+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]: dispatch 2023-12-21T01:27:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[108204]: audit 2023-12-21T01:27:40.182352+0000 mon.a (mon.0) 183 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]': finished 2023-12-21T01:27:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[108204]: cluster 2023-12-21T01:27:40.182389+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-21T01:27:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[108204]: audit 2023-12-21T01:27:40.182470+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:41.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[111605]: audit 2023-12-21T01:27:40.175638+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.38:0/2914901411' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]: dispatch 2023-12-21T01:27:41.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[111605]: audit 2023-12-21T01:27:40.175972+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]: dispatch 2023-12-21T01:27:41.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[111605]: audit 2023-12-21T01:27:40.182352+0000 mon.a (mon.0) 183 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]': finished 2023-12-21T01:27:41.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[111605]: cluster 2023-12-21T01:27:40.182389+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-21T01:27:41.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:40 smithi038 bash[111605]: audit 2023-12-21T01:27:40.182470+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:41.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:40 smithi153 bash[108237]: audit 2023-12-21T01:27:40.175638+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.38:0/2914901411' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]: dispatch 2023-12-21T01:27:41.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:40 smithi153 bash[108237]: audit 2023-12-21T01:27:40.175972+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]: dispatch 2023-12-21T01:27:41.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:40 smithi153 bash[108237]: audit 2023-12-21T01:27:40.182352+0000 mon.a (mon.0) 183 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69"}]': finished 2023-12-21T01:27:41.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:40 smithi153 bash[108237]: cluster 2023-12-21T01:27:40.182389+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-21T01:27:41.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:40 smithi153 bash[108237]: audit 2023-12-21T01:27:40.182470+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:42.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:41 smithi038 bash[111605]: cluster 2023-12-21T01:27:40.727923+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:42.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:41 smithi038 bash[111605]: audit 2023-12-21T01:27:40.983128+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.38:0/3383798750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:27:42.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:41 smithi038 bash[108204]: cluster 2023-12-21T01:27:40.727923+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:42.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:41 smithi038 bash[108204]: audit 2023-12-21T01:27:40.983128+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.38:0/3383798750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:27:42.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:41 smithi153 bash[108237]: cluster 2023-12-21T01:27:40.727923+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:42.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:41 smithi153 bash[108237]: audit 2023-12-21T01:27:40.983128+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.38:0/3383798750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:27:43.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:43 smithi038 bash[108204]: cluster 2023-12-21T01:27:42.728211+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:43.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:43 smithi038 bash[108204]: audit 2023-12-21T01:27:43.247153+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:43.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:43 smithi038 bash[111605]: cluster 2023-12-21T01:27:42.728211+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:43.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:43 smithi038 bash[111605]: audit 2023-12-21T01:27:43.247153+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:43.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:43 smithi153 bash[108237]: cluster 2023-12-21T01:27:42.728211+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:43.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:43 smithi153 bash[108237]: audit 2023-12-21T01:27:43.247153+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:45.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[108204]: cluster 2023-12-21T01:27:44.728473+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:45.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[108204]: audit 2023-12-21T01:27:44.842462+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:27:45.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[108204]: audit 2023-12-21T01:27:44.843078+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:45.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[108204]: audit 2023-12-21T01:27:44.843748+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-21T01:27:45.901 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[111605]: cluster 2023-12-21T01:27:44.728473+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:45.901 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[111605]: audit 2023-12-21T01:27:44.842462+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:27:45.901 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[111605]: audit 2023-12-21T01:27:44.843078+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:45.902 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:45 smithi038 bash[111605]: audit 2023-12-21T01:27:44.843748+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-21T01:27:45.969 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 0 on host 'smithi038' 2023-12-21T01:27:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:45 smithi153 bash[108237]: cluster 2023-12-21T01:27:44.728473+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:45 smithi153 bash[108237]: audit 2023-12-21T01:27:44.842462+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:27:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:45 smithi153 bash[108237]: audit 2023-12-21T01:27:44.843078+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:45 smithi153 bash[108237]: audit 2023-12-21T01:27:44.843748+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-21T01:27:46.322 DEBUG:teuthology.orchestra.run.smithi038:osd.0> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.0.service 2023-12-21T01:27:46.326 INFO:tasks.cephadm:Deploying osd.1 on smithi038 with /dev/vg_nvme/lv_3... 2023-12-21T01:27:46.326 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-21T01:27:46.357 INFO:journalctl@ceph.osd.0.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:27:46.750 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[113661]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-21T01:27:46.750 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[113661]: 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 2023-12-21T01:27:46.750 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[113661]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-21T01:27:46.750 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[113661]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-12-21T01:27:46.750 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[113661]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-21T01:27:46.750 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[113661]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-21T01:27:46.750 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[113661]: --> ceph-volume lvm activate successful for osd ID: 0 2023-12-21T01:27:47.052 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[108204]: cephadm 2023-12-21T01:27:44.843529+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi038 2023-12-21T01:27:47.052 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[111605]: cephadm 2023-12-21T01:27:44.843529+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi038 2023-12-21T01:27:47.053 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[108204]: audit 2023-12-21T01:27:45.958060+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:47.053 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[108204]: audit 2023-12-21T01:27:45.958556+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:47.053 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[108204]: audit 2023-12-21T01:27:45.965735+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:47.053 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[111605]: audit 2023-12-21T01:27:45.958060+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:47.053 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[111605]: audit 2023-12-21T01:27:45.958556+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:47.053 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:46 smithi038 bash[111605]: audit 2023-12-21T01:27:45.965735+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:46 smithi153 bash[108237]: cephadm 2023-12-21T01:27:44.843529+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi038 2023-12-21T01:27:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:46 smithi153 bash[108237]: audit 2023-12-21T01:27:45.958060+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:46 smithi153 bash[108237]: audit 2023-12-21T01:27:45.958556+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:46 smithi153 bash[108237]: audit 2023-12-21T01:27:45.965735+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377173\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377248\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:37.377281\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_device_update\": \"2023-12-21T01:26:39.078842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:47.941 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-21T01:27:47.941 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-21T01:27:47.941 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-21T01:27:47.941 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-21T01:27:47.941 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00870332 s, 1.2 GB/s 2023-12-21T01:27:47.941 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-21T01:27:47.967 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[113985]: debug 2023-12-21T01:27:47.687+0000 7f56dbb65ec0 1 -- 172.21.15.38:0/2600508712 >> [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] conn(0x562df338ec00 msgr2=0x562df338b680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-21T01:27:47.967 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[113985]: debug 2023-12-21T01:27:47.687+0000 7f56d5bb2700 1 --2- 172.21.15.38:0/2600508712 >> [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] conn(0x562df338ec00 0x562df338b680 secure :-1 s=THROTTLE_DONE pgs=9 cs=0 l=1 rx=0x562df3321d70 tx=0x562df3ffaaa0).handle_read_frame_epilogue_main read frame epilogue bytes=32 2023-12-21T01:27:47.967 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[113985]: debug 2023-12-21T01:27:47.687+0000 7f56dbb65ec0 1 --2- 172.21.15.38:0/2600508712 >> [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] conn(0x562df338ec00 0x562df338b680 secure :-1 s=READY pgs=9 cs=0 l=1 rx=0x562df3321d70 tx=0x562df3ffaaa0).stop 2023-12-21T01:27:47.967 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[113985]: debug 2023-12-21T01:27:47.687+0000 7f56d4bb0700 1 -- 172.21.15.38:0/2600508712 <== mon.1 v2:172.21.15.38:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562df33264e0 con 0x562df338ec00 2023-12-21T01:27:47.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[108204]: cluster 2023-12-21T01:27:46.728927+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:47.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[111605]: cluster 2023-12-21T01:27:46.728927+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:47.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[108204]: audit 2023-12-21T01:27:47.544562+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:47.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[108204]: audit 2023-12-21T01:27:47.547297+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:47.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[108204]: audit 2023-12-21T01:27:47.547823+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:47.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[111605]: audit 2023-12-21T01:27:47.544562+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:47.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[111605]: audit 2023-12-21T01:27:47.547297+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:47.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:47 smithi038 bash[111605]: audit 2023-12-21T01:27:47.547823+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:48.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:47 smithi153 bash[108237]: cluster 2023-12-21T01:27:46.728927+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:48.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:47 smithi153 bash[108237]: audit 2023-12-21T01:27:47.544562+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:48.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:47 smithi153 bash[108237]: audit 2023-12-21T01:27:47.547297+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:48.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:47 smithi153 bash[108237]: audit 2023-12-21T01:27:47.547823+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:48.310 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:48 smithi038 bash[113985]: debug 2023-12-21T01:27:48.225+0000 7f56dbb65ec0 -1 Falling back to public interface 2023-12-21T01:27:48.327 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_3 2023-12-21T01:27:48.857 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:48 smithi038 bash[113985]: debug 2023-12-21T01:27:48.789+0000 7f56dbb65ec0 -1 osd.0 0 log_to_monitors {default=true} 2023-12-21T01:27:50.055 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:49 smithi038 bash[108204]: cluster 2023-12-21T01:27:48.729212+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:50.055 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:49 smithi038 bash[108204]: audit 2023-12-21T01:27:48.793423+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:27:50.055 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:49 smithi038 bash[111605]: cluster 2023-12-21T01:27:48.729212+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:50.055 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:49 smithi038 bash[111605]: audit 2023-12-21T01:27:48.793423+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:27:50.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:49 smithi153 bash[108237]: cluster 2023-12-21T01:27:48.729212+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:50.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:49 smithi153 bash[108237]: audit 2023-12-21T01:27:48.793423+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:27:51.217 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[113985]: debug 2023-12-21T01:27:50.767+0000 7f56c0912700 -1 osd.0 0 waiting for initial osdmap 2023-12-21T01:27:51.217 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[113985]: debug 2023-12-21T01:27:50.781+0000 7f56cbb2e700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:49.757345+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: cluster 2023-12-21T01:27:49.757391+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:49.758019+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:49.758413+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:49.765272+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: cephadm 2023-12-21T01:27:49.765860+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:49.766083+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:49.766652+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:49.767384+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:50.299696+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:49.757345+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: cluster 2023-12-21T01:27:49.757391+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:49.758019+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:49.758413+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:49.765272+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: cephadm 2023-12-21T01:27:49.765860+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:49.766083+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:49.766652+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:49.767384+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:51.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:50.299696+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:51.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:50.516826+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:51.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[111605]: audit 2023-12-21T01:27:50.521130+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:51.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:50.516826+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:51.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:50 smithi038 bash[108204]: audit 2023-12-21T01:27:50.521130+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:49.757345+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T01:27:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: cluster 2023-12-21T01:27:49.757391+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-21T01:27:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:49.758019+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:49.758413+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:27:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:49.765272+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:27:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: cephadm 2023-12-21T01:27:49.765860+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:27:51.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:49.766083+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:27:51.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:49.766652+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:51.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:49.767384+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:51.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:50.299696+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:51.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:50.516826+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:51.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:50 smithi153 bash[108237]: audit 2023-12-21T01:27:50.521130+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543925\", \"created\": \"2023-12-21T01:27:45.928091\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:44.842155\"}}, \"last_daemon_update\": \"2023-12-21T01:27:47.543984\", \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: cluster 2023-12-21T01:27:49.837306+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:27:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: cluster 2023-12-21T01:27:49.837357+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: cluster 2023-12-21T01:27:50.729513+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: audit 2023-12-21T01:27:50.763269+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: cluster 2023-12-21T01:27:50.763298+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: audit 2023-12-21T01:27:50.766431+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: audit 2023-12-21T01:27:51.374058+0000 mon.a (mon.0) 210 : audit [INF] from='client.? 172.21.15.38:0/2304449061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "665a0302-6f70-46d4-81de-1edfc9dff8b4"}]: dispatch 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: cluster 2023-12-21T01:27:51.386650+0000 mon.a (mon.0) 211 : cluster [INF] osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452] boot 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: audit 2023-12-21T01:27:51.386684+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.38:0/2304449061' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "665a0302-6f70-46d4-81de-1edfc9dff8b4"}]': finished 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: cluster 2023-12-21T01:27:51.386713+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 2 total, 1 up, 1 in 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: audit 2023-12-21T01:27:51.387061+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[108204]: audit 2023-12-21T01:27:51.387318+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: cluster 2023-12-21T01:27:49.837306+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:27:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: cluster 2023-12-21T01:27:49.837357+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: cluster 2023-12-21T01:27:50.729513+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: audit 2023-12-21T01:27:50.763269+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: cluster 2023-12-21T01:27:50.763298+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: audit 2023-12-21T01:27:50.766431+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: audit 2023-12-21T01:27:51.374058+0000 mon.a (mon.0) 210 : audit [INF] from='client.? 172.21.15.38:0/2304449061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "665a0302-6f70-46d4-81de-1edfc9dff8b4"}]: dispatch 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: cluster 2023-12-21T01:27:51.386650+0000 mon.a (mon.0) 211 : cluster [INF] osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452] boot 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: audit 2023-12-21T01:27:51.386684+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.38:0/2304449061' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "665a0302-6f70-46d4-81de-1edfc9dff8b4"}]': finished 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: cluster 2023-12-21T01:27:51.386713+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 2 total, 1 up, 1 in 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: audit 2023-12-21T01:27:51.387061+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:51 smithi038 bash[111605]: audit 2023-12-21T01:27:51.387318+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: cluster 2023-12-21T01:27:49.837306+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: cluster 2023-12-21T01:27:49.837357+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: cluster 2023-12-21T01:27:50.729513+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: audit 2023-12-21T01:27:50.763269+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: cluster 2023-12-21T01:27:50.763298+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: audit 2023-12-21T01:27:50.766431+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: audit 2023-12-21T01:27:51.374058+0000 mon.a (mon.0) 210 : audit [INF] from='client.? 172.21.15.38:0/2304449061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "665a0302-6f70-46d4-81de-1edfc9dff8b4"}]: dispatch 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: cluster 2023-12-21T01:27:51.386650+0000 mon.a (mon.0) 211 : cluster [INF] osd.0 [v2:172.21.15.38:6802/3485959452,v1:172.21.15.38:6803/3485959452] boot 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: audit 2023-12-21T01:27:51.386684+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.38:0/2304449061' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "665a0302-6f70-46d4-81de-1edfc9dff8b4"}]': finished 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: cluster 2023-12-21T01:27:51.386713+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 2 total, 1 up, 1 in 2023-12-21T01:27:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: audit 2023-12-21T01:27:51.387061+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:27:52.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:51 smithi153 bash[108237]: audit 2023-12-21T01:27:51.387318+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:53.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:52 smithi038 bash[108204]: audit 2023-12-21T01:27:52.159364+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.38:0/1365629897' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:27:53.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:52 smithi038 bash[108204]: cluster 2023-12-21T01:27:52.401746+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-21T01:27:53.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:52 smithi038 bash[108204]: audit 2023-12-21T01:27:52.401872+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:52 smithi038 bash[111605]: audit 2023-12-21T01:27:52.159364+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.38:0/1365629897' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:27:53.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:52 smithi038 bash[111605]: cluster 2023-12-21T01:27:52.401746+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-21T01:27:53.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:52 smithi038 bash[111605]: audit 2023-12-21T01:27:52.401872+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:52 smithi153 bash[108237]: audit 2023-12-21T01:27:52.159364+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.38:0/1365629897' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:27:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:52 smithi153 bash[108237]: cluster 2023-12-21T01:27:52.401746+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-21T01:27:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:52 smithi153 bash[108237]: audit 2023-12-21T01:27:52.401872+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:54.089 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[111605]: cluster 2023-12-21T01:27:52.729849+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v38: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:54.089 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[111605]: cluster 2023-12-21T01:27:53.391139+0000 mon.a (mon.0) 218 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-21T01:27:54.089 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[111605]: cluster 2023-12-21T01:27:53.398874+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-21T01:27:54.089 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[111605]: audit 2023-12-21T01:27:53.401822+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:54.089 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[108204]: cluster 2023-12-21T01:27:52.729849+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v38: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:54.090 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[108204]: cluster 2023-12-21T01:27:53.391139+0000 mon.a (mon.0) 218 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-21T01:27:54.090 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[108204]: cluster 2023-12-21T01:27:53.398874+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-21T01:27:54.090 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:53 smithi038 bash[108204]: audit 2023-12-21T01:27:53.401822+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:53 smithi153 bash[108237]: cluster 2023-12-21T01:27:52.729849+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v38: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:53 smithi153 bash[108237]: cluster 2023-12-21T01:27:53.391139+0000 mon.a (mon.0) 218 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-21T01:27:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:53 smithi153 bash[108237]: cluster 2023-12-21T01:27:53.398874+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-21T01:27:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:53 smithi153 bash[108237]: audit 2023-12-21T01:27:53.401822+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:27:55.208 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:54 smithi038 bash[111605]: audit 2023-12-21T01:27:54.436189+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:55.208 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:54 smithi038 bash[111605]: cluster 2023-12-21T01:27:54.730292+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:55.208 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:54 smithi038 bash[108204]: audit 2023-12-21T01:27:54.436189+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:55.208 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:54 smithi038 bash[108204]: cluster 2023-12-21T01:27:54.730292+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:55.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:54 smithi153 bash[108237]: audit 2023-12-21T01:27:54.436189+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:27:55.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:54 smithi153 bash[108237]: cluster 2023-12-21T01:27:54.730292+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:56.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:56 smithi038 bash[111605]: audit 2023-12-21T01:27:56.091424+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:27:56.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:56 smithi038 bash[111605]: audit 2023-12-21T01:27:56.092032+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:56.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:56 smithi038 bash[111605]: audit 2023-12-21T01:27:56.092701+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-21T01:27:56.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:56 smithi038 bash[108204]: audit 2023-12-21T01:27:56.091424+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:27:56.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:56 smithi038 bash[108204]: audit 2023-12-21T01:27:56.092032+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:56.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:56 smithi038 bash[108204]: audit 2023-12-21T01:27:56.092701+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-21T01:27:56.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:56 smithi153 bash[108237]: audit 2023-12-21T01:27:56.091424+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:27:56.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:56 smithi153 bash[108237]: audit 2023-12-21T01:27:56.092032+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:56.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:56 smithi153 bash[108237]: audit 2023-12-21T01:27:56.092701+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-21T01:27:57.130 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:57 smithi038 systemd[1]: Stopping Ceph osd.0 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:27:57.130 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:57 smithi038 bash[113985]: debug 2023-12-21T01:27:57.079+0000 7f56d33ad700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:27:57.130 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:57 smithi038 bash[113985]: debug 2023-12-21T01:27:57.079+0000 7f56d33ad700 -1 osd.0 12 *** Got signal Terminated *** 2023-12-21T01:27:57.130 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:57 smithi038 bash[113985]: debug 2023-12-21T01:27:57.079+0000 7f56d33ad700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:27:57.467 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:57 smithi038 podman[115148]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.0 2023-12-21T01:27:57.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:57 smithi038 bash[108204]: cephadm 2023-12-21T01:27:56.092499+0000 mgr.y (mgr.14142) 51 : cephadm [INF] Deploying daemon osd.0 on smithi038 2023-12-21T01:27:57.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:57 smithi038 bash[108204]: cluster 2023-12-21T01:27:56.730690+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:57.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:57 smithi038 bash[111605]: cephadm 2023-12-21T01:27:56.092499+0000 mgr.y (mgr.14142) 51 : cephadm [INF] Deploying daemon osd.0 on smithi038 2023-12-21T01:27:57.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:57 smithi038 bash[111605]: cluster 2023-12-21T01:27:56.730690+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:57 smithi153 bash[108237]: cephadm 2023-12-21T01:27:56.092499+0000 mgr.y (mgr.14142) 51 : cephadm [INF] Deploying daemon osd.0 on smithi038 2023-12-21T01:27:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:57 smithi153 bash[108237]: cluster 2023-12-21T01:27:56.730690+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 88 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:58.422 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.0.service: Succeeded. 2023-12-21T01:27:58.422 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 systemd[1]: Stopped Ceph osd.0 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:27:58.422 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 systemd[1]: Starting Ceph osd.0 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:27:58.422 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 podman[115285]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-21T01:27:58.422 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 systemd[1]: Started Ceph osd.0 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:27:58.969 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[115301]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-21T01:27:58.969 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[115301]: 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 2023-12-21T01:27:58.969 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[115301]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-21T01:27:58.969 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[115301]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-12-21T01:27:58.970 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[115301]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-21T01:27:58.970 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[115301]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-21T01:27:58.970 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[115301]: --> ceph-volume lvm activate successful for osd ID: 0 2023-12-21T01:27:58.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[108204]: audit 2023-12-21T01:27:58.338056+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:58.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[108204]: audit 2023-12-21T01:27:58.338757+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:58.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[108204]: audit 2023-12-21T01:27:58.341358+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:58.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[108204]: audit 2023-12-21T01:27:58.343785+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T01:27:58.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[108204]: audit 2023-12-21T01:27:58.344887+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:58.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[108204]: audit 2023-12-21T01:27:58.345586+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-21T01:27:58.971 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[111605]: audit 2023-12-21T01:27:58.338056+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:58.971 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[111605]: audit 2023-12-21T01:27:58.338757+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:58.971 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[111605]: audit 2023-12-21T01:27:58.341358+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:58.971 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[111605]: audit 2023-12-21T01:27:58.343785+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T01:27:58.971 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[111605]: audit 2023-12-21T01:27:58.344887+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:58.971 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:58 smithi038 bash[111605]: audit 2023-12-21T01:27:58.345586+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-21T01:27:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:58 smithi153 bash[108237]: audit 2023-12-21T01:27:58.338056+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:27:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:58 smithi153 bash[108237]: audit 2023-12-21T01:27:58.338757+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:27:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:58 smithi153 bash[108237]: audit 2023-12-21T01:27:58.341358+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:27:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:58 smithi153 bash[108237]: audit 2023-12-21T01:27:58.343785+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T01:27:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:58 smithi153 bash[108237]: audit 2023-12-21T01:27:58.344887+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:27:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:58 smithi153 bash[108237]: audit 2023-12-21T01:27:58.345586+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-21T01:27:59.873 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 0,1 on host 'smithi038' 2023-12-21T01:27:59.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:59 smithi038 bash[108204]: cephadm 2023-12-21T01:27:58.345370+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Deploying daemon osd.1 on smithi038 2023-12-21T01:27:59.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:59 smithi038 bash[108204]: cluster 2023-12-21T01:27:58.731011+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:59.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:27:59 smithi038 bash[108204]: cluster 2023-12-21T01:27:59.339635+0000 mon.a (mon.0) 231 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:27:59.916 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:59 smithi038 bash[111605]: cephadm 2023-12-21T01:27:58.345370+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Deploying daemon osd.1 on smithi038 2023-12-21T01:27:59.916 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:59 smithi038 bash[111605]: cluster 2023-12-21T01:27:58.731011+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:59.916 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:27:59 smithi038 bash[111605]: cluster 2023-12-21T01:27:59.339635+0000 mon.a (mon.0) 231 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:27:59.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:59 smithi153 bash[108237]: cephadm 2023-12-21T01:27:58.345370+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Deploying daemon osd.1 on smithi038 2023-12-21T01:27:59.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:59 smithi153 bash[108237]: cluster 2023-12-21T01:27:58.731011+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:27:59.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:27:59 smithi153 bash[108237]: cluster 2023-12-21T01:27:59.339635+0000 mon.a (mon.0) 231 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:28:00.428 DEBUG:teuthology.orchestra.run.smithi038:osd.1> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.1.service 2023-12-21T01:28:00.430 INFO:tasks.cephadm:Deploying osd.2 on smithi038 with /dev/vg_nvme/lv_2... 2023-12-21T01:28:00.431 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-21T01:28:00.464 INFO:journalctl@ceph.osd.1.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:28:00.628 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[115560]: debug 2023-12-21T01:28:00.330+0000 7f5454df6ec0 -1 Falling back to public interface 2023-12-21T01:28:00.901 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[111605]: audit 2023-12-21T01:27:59.866483+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:00.901 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[111605]: audit 2023-12-21T01:27:59.869685+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:00.902 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[115560]: debug 2023-12-21T01:28:00.897+0000 7f5454df6ec0 -1 osd.0 12 log_to_monitors {default=true} 2023-12-21T01:28:00.902 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[111605]: audit 2023-12-21T01:27:59.873382+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:00.902 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[111605]: audit 2023-12-21T01:27:59.881193+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:00.902 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[111605]: audit 2023-12-21T01:27:59.881886+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:00.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[108204]: audit 2023-12-21T01:27:59.866483+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:00.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[108204]: audit 2023-12-21T01:27:59.869685+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:00.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[108204]: audit 2023-12-21T01:27:59.873382+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:00.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[108204]: audit 2023-12-21T01:27:59.881193+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:00.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[108204]: audit 2023-12-21T01:27:59.881886+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:00.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:00 smithi153 bash[108237]: audit 2023-12-21T01:27:59.866483+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:00.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:00 smithi153 bash[108237]: audit 2023-12-21T01:27:59.869685+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543778\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543861\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:47.543895\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_device_update\": \"2023-12-21T01:27:50.516212\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:00.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:00 smithi153 bash[108237]: audit 2023-12-21T01:27:59.873382+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:00.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:00 smithi153 bash[108237]: audit 2023-12-21T01:27:59.881193+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:00.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:00 smithi153 bash[108237]: audit 2023-12-21T01:27:59.881886+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:01.186 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:28:00 smithi038 bash[115560]: debug 2023-12-21T01:28:00.905+0000 7f5448dc7700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-21T01:28:02.217 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[115950]: debug 2023-12-21T01:28:01.765+0000 7f779dcdeec0 -1 Falling back to public interface 2023-12-21T01:28:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[108204]: cluster 2023-12-21T01:28:00.731362+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[108204]: audit 2023-12-21T01:28:00.902290+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[108204]: audit 2023-12-21T01:28:00.902750+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[108204]: audit 2023-12-21T01:28:00.903292+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[108204]: audit 2023-12-21T01:28:00.903667+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[111605]: cluster 2023-12-21T01:28:00.731362+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[111605]: audit 2023-12-21T01:28:00.902290+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[111605]: audit 2023-12-21T01:28:00.902750+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[111605]: audit 2023-12-21T01:28:00.903292+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:02.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:01 smithi038 bash[111605]: audit 2023-12-21T01:28:00.903667+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:02.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:01 smithi153 bash[108237]: cluster 2023-12-21T01:28:00.731362+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:02.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:01 smithi153 bash[108237]: audit 2023-12-21T01:28:00.902290+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:28:02.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:01 smithi153 bash[108237]: audit 2023-12-21T01:28:00.902750+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T01:28:02.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:01 smithi153 bash[108237]: audit 2023-12-21T01:28:00.903292+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:02.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:01 smithi153 bash[108237]: audit 2023-12-21T01:28:00.903667+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:02.362 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-21T01:28:02.362 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-21T01:28:02.362 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-21T01:28:02.362 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-21T01:28:02.362 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120266 s, 872 MB/s 2023-12-21T01:28:02.362 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-21T01:28:02.573 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[115950]: debug 2023-12-21T01:28:02.338+0000 7f779dcdeec0 -1 osd.1 0 log_to_monitors {default=true} 2023-12-21T01:28:02.930 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[111605]: cluster 2023-12-21T01:28:01.880447+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:02.930 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[111605]: cluster 2023-12-21T01:28:01.880472+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-21T01:28:02.930 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[111605]: cluster 2023-12-21T01:28:01.880482+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[111605]: cluster 2023-12-21T01:28:01.893207+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[111605]: audit 2023-12-21T01:28:01.893343+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[111605]: audit 2023-12-21T01:28:02.342101+0000 mon.a (mon.0) 244 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[111605]: audit 2023-12-21T01:28:02.706145+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[108204]: cluster 2023-12-21T01:28:01.880447+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[108204]: cluster 2023-12-21T01:28:01.880472+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[108204]: cluster 2023-12-21T01:28:01.880482+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[108204]: cluster 2023-12-21T01:28:01.893207+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-21T01:28:02.931 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[108204]: audit 2023-12-21T01:28:01.893343+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:02.932 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[108204]: audit 2023-12-21T01:28:02.342101+0000 mon.a (mon.0) 244 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T01:28:02.932 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:02 smithi038 bash[108204]: audit 2023-12-21T01:28:02.706145+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:02.932 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_2 2023-12-21T01:28:03.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:02 smithi153 bash[108237]: cluster 2023-12-21T01:28:01.880447+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:03.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:02 smithi153 bash[108237]: cluster 2023-12-21T01:28:01.880472+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-21T01:28:03.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:02 smithi153 bash[108237]: cluster 2023-12-21T01:28:01.880482+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-21T01:28:03.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:02 smithi153 bash[108237]: cluster 2023-12-21T01:28:01.893207+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-21T01:28:03.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:02 smithi153 bash[108237]: audit 2023-12-21T01:28:01.893343+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:03.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:02 smithi153 bash[108237]: audit 2023-12-21T01:28:02.342101+0000 mon.a (mon.0) 244 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T01:28:03.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:02 smithi153 bash[108237]: audit 2023-12-21T01:28:02.706145+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: cluster 2023-12-21T01:28:02.731696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: cluster 2023-12-21T01:28:02.890857+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: cluster 2023-12-21T01:28:02.890882+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: cluster 2023-12-21T01:28:02.890893+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: cluster 2023-12-21T01:28:02.898225+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851] boot 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: audit 2023-12-21T01:28:02.898280+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: cluster 2023-12-21T01:28:02.898321+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-21T01:28:03.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: audit 2023-12-21T01:28:02.898521+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: audit 2023-12-21T01:28:02.898965+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: audit 2023-12-21T01:28:02.899203+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: cluster 2023-12-21T01:28:02.731696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: cluster 2023-12-21T01:28:02.890857+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: cluster 2023-12-21T01:28:02.890882+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: cluster 2023-12-21T01:28:02.890893+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: cluster 2023-12-21T01:28:02.898225+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851] boot 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: audit 2023-12-21T01:28:02.898280+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: cluster 2023-12-21T01:28:02.898321+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-21T01:28:03.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: audit 2023-12-21T01:28:02.898521+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: audit 2023-12-21T01:28:02.898965+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: audit 2023-12-21T01:28:02.899203+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: audit 2023-12-21T01:28:02.930081+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: audit 2023-12-21T01:28:02.933651+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[108204]: audit 2023-12-21T01:28:02.934964+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: audit 2023-12-21T01:28:02.930081+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: audit 2023-12-21T01:28:02.933651+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:03.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[111605]: audit 2023-12-21T01:28:02.934964+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:04.217 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[115950]: debug 2023-12-21T01:28:03.902+0000 7f7786a93700 -1 osd.1 0 waiting for initial osdmap 2023-12-21T01:28:04.217 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:03 smithi038 bash[115950]: debug 2023-12-21T01:28:03.909+0000 7f7791caf700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-21T01:28:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: cluster 2023-12-21T01:28:02.731696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: cluster 2023-12-21T01:28:02.890857+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: cluster 2023-12-21T01:28:02.890882+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: cluster 2023-12-21T01:28:02.890893+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: cluster 2023-12-21T01:28:02.898225+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.38:6802/3193375851,v1:172.21.15.38:6803/3193375851] boot 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: audit 2023-12-21T01:28:02.898280+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: cluster 2023-12-21T01:28:02.898321+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: audit 2023-12-21T01:28:02.898521+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: audit 2023-12-21T01:28:02.898965+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: audit 2023-12-21T01:28:02.899203+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: audit 2023-12-21T01:28:02.930081+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: audit 2023-12-21T01:28:02.933651+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872446\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872523\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872556\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:59.872586\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:27:59.872657\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:03 smithi153 bash[108237]: audit 2023-12-21T01:28:02.934964+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:05.190 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: cluster 2023-12-21T01:28:03.384525+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:05.190 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: cluster 2023-12-21T01:28:03.384558+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:05.190 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:03.900342+0000 mon.a (mon.0) 258 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: cluster 2023-12-21T01:28:03.900414+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:03.900531+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:04.153865+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"22325085f823\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153164\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:00.875665\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:28:04.153233\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:04.166371+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"22325085f823\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153164\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:00.875665\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:28:04.153233\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:04.366840+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: cephadm 2023-12-21T01:28:04.367411+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: cluster 2023-12-21T01:28:03.384525+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: cluster 2023-12-21T01:28:03.384558+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:05.191 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:03.900342+0000 mon.a (mon.0) 258 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: cluster 2023-12-21T01:28:03.900414+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:03.900531+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:04.153865+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"22325085f823\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153164\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:00.875665\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:28:04.153233\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:04.166371+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"22325085f823\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153164\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:00.875665\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:28:04.153233\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:04.366840+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: cephadm 2023-12-21T01:28:04.367411+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:04.367652+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:04.368239+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: audit 2023-12-21T01:28:04.369013+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:05.192 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[111605]: cluster 2023-12-21T01:28:04.732112+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:05.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:04.367652+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:05.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:04.368239+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:05.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: audit 2023-12-21T01:28:04.369013+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:05.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:04 smithi038 bash[108204]: cluster 2023-12-21T01:28:04.732112+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: cluster 2023-12-21T01:28:03.384525+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: cluster 2023-12-21T01:28:03.384558+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:03.900342+0000 mon.a (mon.0) 258 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: cluster 2023-12-21T01:28:03.900414+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:03.900531+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:04.153865+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"22325085f823\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153164\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:00.875665\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:28:04.153233\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:04.166371+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"22325085f823\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153164\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:00.875665\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:58.343064\"}}, \"last_daemon_update\": \"2023-12-21T01:28:04.153233\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:04.366840+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: cephadm 2023-12-21T01:28:04.367411+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:04.367652+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:04.368239+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:05.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: audit 2023-12-21T01:28:04.369013+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:05.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:04 smithi153 bash[108237]: cluster 2023-12-21T01:28:04.732112+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-21T01:28:06.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:05 smithi038 bash[108204]: cluster 2023-12-21T01:28:04.914839+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804] boot 2023-12-21T01:28:06.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:05 smithi038 bash[108204]: cluster 2023-12-21T01:28:04.914869+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-12-21T01:28:06.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:05 smithi038 bash[108204]: audit 2023-12-21T01:28:04.922875+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:05 smithi038 bash[111605]: cluster 2023-12-21T01:28:04.914839+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804] boot 2023-12-21T01:28:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:05 smithi038 bash[111605]: cluster 2023-12-21T01:28:04.914869+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-12-21T01:28:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:05 smithi038 bash[111605]: audit 2023-12-21T01:28:04.922875+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:06.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:05 smithi153 bash[108237]: cluster 2023-12-21T01:28:04.914839+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.38:6810/1944375804,v1:172.21.15.38:6811/1944375804] boot 2023-12-21T01:28:06.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:05 smithi153 bash[108237]: cluster 2023-12-21T01:28:04.914869+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2023-12-21T01:28:06.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:05 smithi153 bash[108237]: audit 2023-12-21T01:28:04.922875+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: audit 2023-12-21T01:28:05.955498+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.38:0/773076837' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]: dispatch 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: cluster 2023-12-21T01:28:05.955642+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: audit 2023-12-21T01:28:05.956164+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]: dispatch 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: audit 2023-12-21T01:28:05.959805+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]': finished 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: cluster 2023-12-21T01:28:05.959861+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: audit 2023-12-21T01:28:05.959977+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231221-012634"}]: dispatch 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: audit 2023-12-21T01:28:05.960347+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: audit 2023-12-21T01:28:05.962363+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231221-012634"}]': finished 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: cluster 2023-12-21T01:28:06.732426+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v52: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[111605]: audit 2023-12-21T01:28:06.782551+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.38:0/1344498991' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: audit 2023-12-21T01:28:05.955498+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.38:0/773076837' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]: dispatch 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: cluster 2023-12-21T01:28:05.955642+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: audit 2023-12-21T01:28:05.956164+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]: dispatch 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: audit 2023-12-21T01:28:05.959805+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]': finished 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: cluster 2023-12-21T01:28:05.959861+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: audit 2023-12-21T01:28:05.959977+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231221-012634"}]: dispatch 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: audit 2023-12-21T01:28:05.960347+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: audit 2023-12-21T01:28:05.962363+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231221-012634"}]': finished 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: cluster 2023-12-21T01:28:06.732426+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v52: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:07.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:06 smithi038 bash[108204]: audit 2023-12-21T01:28:06.782551+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.38:0/1344498991' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: audit 2023-12-21T01:28:05.955498+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.38:0/773076837' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]: dispatch 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: cluster 2023-12-21T01:28:05.955642+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: audit 2023-12-21T01:28:05.956164+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]: dispatch 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: audit 2023-12-21T01:28:05.959805+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b23d142b-d69d-428b-ab05-7ffe6309526f"}]': finished 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: cluster 2023-12-21T01:28:05.959861+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: audit 2023-12-21T01:28:05.959977+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231221-012634"}]: dispatch 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: audit 2023-12-21T01:28:05.960347+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: audit 2023-12-21T01:28:05.962363+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231221-012634"}]': finished 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: cluster 2023-12-21T01:28:06.732426+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v52: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:06 smithi153 bash[108237]: audit 2023-12-21T01:28:06.782551+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.38:0/1344498991' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:09 smithi038 bash[108204]: cluster 2023-12-21T01:28:08.732874+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:09 smithi038 bash[108204]: audit 2023-12-21T01:28:08.996641+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:10.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:09 smithi038 bash[111605]: cluster 2023-12-21T01:28:08.732874+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:10.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:09 smithi038 bash[111605]: audit 2023-12-21T01:28:08.996641+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:10.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:09 smithi153 bash[108237]: cluster 2023-12-21T01:28:08.732874+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:10.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:09 smithi153 bash[108237]: audit 2023-12-21T01:28:08.996641+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:10.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:10 smithi038 bash[108204]: audit 2023-12-21T01:28:10.681358+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T01:28:10.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:10 smithi038 bash[108204]: audit 2023-12-21T01:28:10.681913+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:10.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:10 smithi038 bash[108204]: audit 2023-12-21T01:28:10.682524+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-21T01:28:10.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:10 smithi038 bash[111605]: audit 2023-12-21T01:28:10.681358+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T01:28:10.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:10 smithi038 bash[111605]: audit 2023-12-21T01:28:10.681913+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:10.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:10 smithi038 bash[111605]: audit 2023-12-21T01:28:10.682524+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-21T01:28:11.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:10 smithi153 bash[108237]: audit 2023-12-21T01:28:10.681358+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T01:28:11.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:10 smithi153 bash[108237]: audit 2023-12-21T01:28:10.681913+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:11.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:10 smithi153 bash[108237]: audit 2023-12-21T01:28:10.682524+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-21T01:28:11.640 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:11 smithi038 systemd[1]: Stopping Ceph osd.1 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:28:11.967 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[115950]: debug 2023-12-21T01:28:11.636+0000 7f7795526700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:28:11.967 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[115950]: debug 2023-12-21T01:28:11.636+0000 7f7795526700 -1 osd.1 18 *** Got signal Terminated *** 2023-12-21T01:28:11.967 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[115950]: debug 2023-12-21T01:28:11.636+0000 7f7795526700 -1 osd.1 18 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:28:11.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[108204]: cephadm 2023-12-21T01:28:10.682307+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi038 2023-12-21T01:28:11.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[108204]: cluster 2023-12-21T01:28:10.733171+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[108204]: cluster 2023-12-21T01:28:11.678868+0000 mon.a (mon.0) 281 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[108204]: cluster 2023-12-21T01:28:11.678909+0000 mon.a (mon.0) 282 : cluster [INF] osd.1 failed (root=default,host=smithi038) (connection refused reported by osd.0) 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[108204]: cluster 2023-12-21T01:28:11.679035+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[111605]: cephadm 2023-12-21T01:28:10.682307+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi038 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[111605]: cluster 2023-12-21T01:28:10.733171+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[111605]: cluster 2023-12-21T01:28:11.678868+0000 mon.a (mon.0) 281 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[111605]: cluster 2023-12-21T01:28:11.678909+0000 mon.a (mon.0) 282 : cluster [INF] osd.1 failed (root=default,host=smithi038) (connection refused reported by osd.0) 2023-12-21T01:28:11.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:11 smithi038 bash[111605]: cluster 2023-12-21T01:28:11.679035+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-21T01:28:12.236 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:12 smithi038 podman[117330]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.1 2023-12-21T01:28:12.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:11 smithi153 bash[108237]: cephadm 2023-12-21T01:28:10.682307+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi038 2023-12-21T01:28:12.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:11 smithi153 bash[108237]: cluster 2023-12-21T01:28:10.733171+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-21T01:28:12.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:11 smithi153 bash[108237]: cluster 2023-12-21T01:28:11.678868+0000 mon.a (mon.0) 281 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-21T01:28:12.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:11 smithi153 bash[108237]: cluster 2023-12-21T01:28:11.678909+0000 mon.a (mon.0) 282 : cluster [INF] osd.1 failed (root=default,host=smithi038) (connection refused reported by osd.0) 2023-12-21T01:28:12.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:11 smithi153 bash[108237]: cluster 2023-12-21T01:28:11.679035+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-21T01:28:12.835 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:12 smithi038 bash[111605]: cluster 2023-12-21T01:28:11.751874+0000 mon.a (mon.0) 284 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:12.835 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:12 smithi038 bash[111605]: cluster 2023-12-21T01:28:11.762619+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2023-12-21T01:28:12.835 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:12 smithi038 bash[111605]: audit 2023-12-21T01:28:11.762716+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:12.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:12 smithi038 bash[108204]: cluster 2023-12-21T01:28:11.751874+0000 mon.a (mon.0) 284 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:12.836 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:12 smithi038 bash[108204]: cluster 2023-12-21T01:28:11.762619+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2023-12-21T01:28:12.836 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:12 smithi038 bash[108204]: audit 2023-12-21T01:28:11.762716+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:13.168 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:12 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.1.service: Succeeded. 2023-12-21T01:28:13.168 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:12 smithi038 systemd[1]: Stopped Ceph osd.1 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:28:13.168 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 systemd[1]: Starting Ceph osd.1 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:28:13.168 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 podman[117469]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-21T01:28:13.168 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 systemd[1]: Started Ceph osd.1 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:28:13.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:12 smithi153 bash[108237]: cluster 2023-12-21T01:28:11.751874+0000 mon.a (mon.0) 284 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:13.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:12 smithi153 bash[108237]: cluster 2023-12-21T01:28:11.762619+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2023-12-21T01:28:13.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:12 smithi153 bash[108237]: audit 2023-12-21T01:28:11.762716+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:13.717 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[117485]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-21T01:28:13.717 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[117485]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-12-21T01:28:13.717 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[117485]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-21T01:28:13.717 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[117485]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-12-21T01:28:13.717 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[117485]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-21T01:28:13.718 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[117485]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-21T01:28:13.718 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[117485]: --> ceph-volume lvm activate successful for osd ID: 1 2023-12-21T01:28:14.016 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: cluster 2023-12-21T01:28:12.733425+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:14.016 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: cluster 2023-12-21T01:28:12.760721+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:14.016 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: cluster 2023-12-21T01:28:12.760741+0000 mon.a (mon.0) 288 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-21T01:28:14.016 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: cluster 2023-12-21T01:28:12.767032+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-21T01:28:14.017 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: audit 2023-12-21T01:28:12.767152+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:14.017 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: cluster 2023-12-21T01:28:12.733425+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:14.017 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: cluster 2023-12-21T01:28:12.760721+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:14.017 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: cluster 2023-12-21T01:28:12.760741+0000 mon.a (mon.0) 288 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-21T01:28:14.017 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: cluster 2023-12-21T01:28:12.767032+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-21T01:28:14.017 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: audit 2023-12-21T01:28:12.767152+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:14.018 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: audit 2023-12-21T01:28:13.081576+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:14.018 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: audit 2023-12-21T01:28:13.082210+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:14.018 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: audit 2023-12-21T01:28:13.086628+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:14.018 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: audit 2023-12-21T01:28:13.087135+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T01:28:14.018 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: audit 2023-12-21T01:28:13.087828+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:14.018 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[111605]: audit 2023-12-21T01:28:13.088520+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-21T01:28:14.018 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: audit 2023-12-21T01:28:13.081576+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:14.019 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: audit 2023-12-21T01:28:13.082210+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:14.019 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: audit 2023-12-21T01:28:13.086628+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:14.019 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: audit 2023-12-21T01:28:13.087135+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T01:28:14.019 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: audit 2023-12-21T01:28:13.087828+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:14.019 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:13 smithi038 bash[108204]: audit 2023-12-21T01:28:13.088520+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-21T01:28:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: cluster 2023-12-21T01:28:12.733425+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: cluster 2023-12-21T01:28:12.760721+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: cluster 2023-12-21T01:28:12.760741+0000 mon.a (mon.0) 288 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: cluster 2023-12-21T01:28:12.767032+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: audit 2023-12-21T01:28:12.767152+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: audit 2023-12-21T01:28:13.081576+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: audit 2023-12-21T01:28:13.082210+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: audit 2023-12-21T01:28:13.086628+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153001\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153072\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153105\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:04.153134\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: audit 2023-12-21T01:28:13.087135+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: audit 2023-12-21T01:28:13.087828+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:13 smithi153 bash[108237]: audit 2023-12-21T01:28:13.088520+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-21T01:28:14.800 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 1,2 on host 'smithi038' 2023-12-21T01:28:14.896 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:14 smithi038 bash[111605]: cephadm 2023-12-21T01:28:13.088301+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi038 2023-12-21T01:28:14.896 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:14 smithi038 bash[108204]: cephadm 2023-12-21T01:28:13.088301+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi038 2023-12-21T01:28:14.896 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:14 smithi038 bash[108204]: audit 2023-12-21T01:28:14.583584+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_daemon_update\": \"2023-12-21T01:28:14.582941\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:14.896 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:14 smithi038 bash[108204]: audit 2023-12-21T01:28:14.586526+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_daemon_update\": \"2023-12-21T01:28:14.582941\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:14.897 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:14 smithi038 bash[111605]: audit 2023-12-21T01:28:14.583584+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_daemon_update\": \"2023-12-21T01:28:14.582941\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:14.897 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:14 smithi038 bash[111605]: audit 2023-12-21T01:28:14.586526+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_daemon_update\": \"2023-12-21T01:28:14.582941\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:15.203 DEBUG:teuthology.orchestra.run.smithi038:osd.2> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.2.service 2023-12-21T01:28:15.205 INFO:tasks.cephadm:Deploying osd.3 on smithi038 with /dev/vg_nvme/lv_1... 2023-12-21T01:28:15.205 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-21T01:28:15.239 INFO:journalctl@ceph.osd.2.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:28:15.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:14 smithi153 bash[108237]: cephadm 2023-12-21T01:28:13.088301+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi038 2023-12-21T01:28:15.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:14 smithi153 bash[108237]: audit 2023-12-21T01:28:14.583584+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_daemon_update\": \"2023-12-21T01:28:14.582941\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:15.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:14 smithi153 bash[108237]: audit 2023-12-21T01:28:14.586526+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}}, \"last_daemon_update\": \"2023-12-21T01:28:14.582941\", \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:15.467 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117797]: debug 2023-12-21T01:28:15.181+0000 7f37255d2ec0 -1 Falling back to public interface 2023-12-21T01:28:15.467 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117923]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-21T01:28:15.467 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117923]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-12-21T01:28:15.467 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117923]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-21T01:28:15.468 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117923]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-12-21T01:28:15.468 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117923]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-21T01:28:15.468 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117923]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-21T01:28:15.468 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117923]: --> ceph-volume lvm activate successful for osd ID: 2 2023-12-21T01:28:15.926 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117797]: debug 2023-12-21T01:28:15.748+0000 7f37255d2ec0 -1 osd.1 18 log_to_monitors {default=true} 2023-12-21T01:28:15.927 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[117797]: debug 2023-12-21T01:28:15.754+0000 7f37195a3700 -1 osd.1 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-21T01:28:15.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[108204]: cluster 2023-12-21T01:28:14.733763+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:15.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[108204]: audit 2023-12-21T01:28:14.789656+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:15.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[108204]: audit 2023-12-21T01:28:14.790105+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:15.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[108204]: audit 2023-12-21T01:28:14.795591+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:15.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[108204]: audit 2023-12-21T01:28:15.751857+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T01:28:15.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[108204]: audit 2023-12-21T01:28:15.752206+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:15.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[111605]: cluster 2023-12-21T01:28:14.733763+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:15.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[111605]: audit 2023-12-21T01:28:14.789656+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:15.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[111605]: audit 2023-12-21T01:28:14.790105+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:15.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[111605]: audit 2023-12-21T01:28:14.795591+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:15.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[111605]: audit 2023-12-21T01:28:15.751857+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T01:28:15.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:15 smithi038 bash[111605]: audit 2023-12-21T01:28:15.752206+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:16.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:15 smithi153 bash[108237]: cluster 2023-12-21T01:28:14.733763+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:16.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:15 smithi153 bash[108237]: audit 2023-12-21T01:28:14.789656+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:16.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:15 smithi153 bash[108237]: audit 2023-12-21T01:28:14.790105+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:16.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:15 smithi153 bash[108237]: audit 2023-12-21T01:28:14.795591+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582673\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582748\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582783\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582849\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:14.582879\", \"created\": \"2023-12-21T01:27:59.829825\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_device_update\": \"2023-12-21T01:28:02.929274\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:16.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:15 smithi153 bash[108237]: audit 2023-12-21T01:28:15.751857+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T01:28:16.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:15 smithi153 bash[108237]: audit 2023-12-21T01:28:15.752206+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:16.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:16 smithi038 bash[108204]: audit 2023-12-21T01:28:16.567566+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:16.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:16 smithi038 bash[108204]: audit 2023-12-21T01:28:16.572117+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:16.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:16 smithi038 bash[108204]: audit 2023-12-21T01:28:16.572589+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:16.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:16 smithi038 bash[111605]: audit 2023-12-21T01:28:16.567566+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:16.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:16 smithi038 bash[111605]: audit 2023-12-21T01:28:16.572117+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:16.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:16 smithi038 bash[111605]: audit 2023-12-21T01:28:16.572589+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:17.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:16 smithi153 bash[108237]: audit 2023-12-21T01:28:16.567566+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:17.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:16 smithi153 bash[108237]: audit 2023-12-21T01:28:16.572117+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:17.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:16 smithi153 bash[108237]: audit 2023-12-21T01:28:16.572589+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:17.324 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-21T01:28:17.324 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-21T01:28:17.324 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-21T01:28:17.324 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-21T01:28:17.324 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109998 s, 953 MB/s 2023-12-21T01:28:17.324 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-21T01:28:17.369 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[118392]: debug 2023-12-21T01:28:17.038+0000 7fb07c571ec0 -1 Falling back to public interface 2023-12-21T01:28:17.717 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[118392]: debug 2023-12-21T01:28:17.613+0000 7fb07c571ec0 -1 osd.2 0 log_to_monitors {default=true} 2023-12-21T01:28:17.848 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_1 2023-12-21T01:28:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: cluster 2023-12-21T01:28:16.734138+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: cluster 2023-12-21T01:28:16.763894+0000 mon.a (mon.0) 307 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: cluster 2023-12-21T01:28:16.770414+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389] boot 2023-12-21T01:28:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: cluster 2023-12-21T01:28:16.770476+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: audit 2023-12-21T01:28:16.772914+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: audit 2023-12-21T01:28:16.773251+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: audit 2023-12-21T01:28:17.616381+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[108204]: audit 2023-12-21T01:28:17.616623+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: cluster 2023-12-21T01:28:16.734138+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: cluster 2023-12-21T01:28:16.763894+0000 mon.a (mon.0) 307 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: cluster 2023-12-21T01:28:16.770414+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389] boot 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: cluster 2023-12-21T01:28:16.770476+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: audit 2023-12-21T01:28:16.772914+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: audit 2023-12-21T01:28:16.773251+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: audit 2023-12-21T01:28:17.616381+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:18.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:17 smithi038 bash[111605]: audit 2023-12-21T01:28:17.616623+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: cluster 2023-12-21T01:28:16.734138+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: cluster 2023-12-21T01:28:16.763894+0000 mon.a (mon.0) 307 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: cluster 2023-12-21T01:28:16.770414+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.38:6810/2451822389,v1:172.21.15.38:6811/2451822389] boot 2023-12-21T01:28:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: cluster 2023-12-21T01:28:16.770476+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2023-12-21T01:28:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: audit 2023-12-21T01:28:16.772914+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:28:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: audit 2023-12-21T01:28:16.773251+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: audit 2023-12-21T01:28:17.616381+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:17 smithi153 bash[108237]: audit 2023-12-21T01:28:17.616623+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:18.959 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[118392]: debug 2023-12-21T01:28:18.789+0000 7fb065326700 -1 osd.2 0 waiting for initial osdmap 2023-12-21T01:28:18.960 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[118392]: debug 2023-12-21T01:28:18.795+0000 7fb070542700 -1 osd.2 23 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-21T01:28:18.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[111605]: audit 2023-12-21T01:28:17.779367+0000 mon.a (mon.0) 313 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T01:28:18.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[111605]: cluster 2023-12-21T01:28:17.779416+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-21T01:28:18.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[111605]: audit 2023-12-21T01:28:17.779869+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:18.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[111605]: audit 2023-12-21T01:28:17.779932+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:18.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[111605]: audit 2023-12-21T01:28:17.780386+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:18.961 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[108204]: audit 2023-12-21T01:28:17.779367+0000 mon.a (mon.0) 313 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T01:28:18.961 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[108204]: cluster 2023-12-21T01:28:17.779416+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-21T01:28:18.961 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[108204]: audit 2023-12-21T01:28:17.779869+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:18.961 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[108204]: audit 2023-12-21T01:28:17.779932+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:18.961 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:18 smithi038 bash[108204]: audit 2023-12-21T01:28:17.780386+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:19.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:18 smithi153 bash[108237]: audit 2023-12-21T01:28:17.779367+0000 mon.a (mon.0) 313 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T01:28:19.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:18 smithi153 bash[108237]: cluster 2023-12-21T01:28:17.779416+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-21T01:28:19.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:18 smithi153 bash[108237]: audit 2023-12-21T01:28:17.779869+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:19.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:18 smithi153 bash[108237]: audit 2023-12-21T01:28:17.779932+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:19.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:18 smithi153 bash[108237]: audit 2023-12-21T01:28:17.780386+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:19.806 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: cluster 2023-12-21T01:28:18.635678+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:19.806 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: cluster 2023-12-21T01:28:18.635774+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:19.806 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: cluster 2023-12-21T01:28:18.734442+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:19.806 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:18.785378+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:19.806 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: cluster 2023-12-21T01:28:18.785429+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-21T01:28:19.806 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:18.785586+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:19.129386+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:19.187891+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: cephadm 2023-12-21T01:28:19.188865+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:19.189136+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:19.189760+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:19.190857+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:19.345931+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:19.807 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[111605]: audit 2023-12-21T01:28:19.348797+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:20.135 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: cluster 2023-12-21T01:28:18.635678+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:20.135 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: cluster 2023-12-21T01:28:18.635774+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:20.135 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: cluster 2023-12-21T01:28:18.734442+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:20.135 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:18.785378+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:20.135 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: cluster 2023-12-21T01:28:18.785429+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:18.785586+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:19.129386+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:19.187891+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: cephadm 2023-12-21T01:28:19.188865+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:19.189136+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:19.189760+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:19.190857+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:19.345931+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:20.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:19 smithi038 bash[108204]: audit 2023-12-21T01:28:19.348797+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: cluster 2023-12-21T01:28:18.635678+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: cluster 2023-12-21T01:28:18.635774+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: cluster 2023-12-21T01:28:18.734442+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:18.785378+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: cluster 2023-12-21T01:28:18.785429+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:18.785586+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:19.129386+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:19.187891+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: cephadm 2023-12-21T01:28:19.188865+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi038... 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:19.189136+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:19.189760+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:19.190857+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:19.345931+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:19 smithi153 bash[108237]: audit 2023-12-21T01:28:19.348797+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"019907835e14\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566778\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:16.314675\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:13.086893\"}}, \"last_daemon_update\": \"2023-12-21T01:28:16.566864\", \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: cluster 2023-12-21T01:28:19.797845+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575] boot 2023-12-21T01:28:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: cluster 2023-12-21T01:28:19.797890+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2023-12-21T01:28:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: audit 2023-12-21T01:28:19.798378+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: cluster 2023-12-21T01:28:20.734754+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: audit 2023-12-21T01:28:20.773291+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.38:0/3364652747' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]: dispatch 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: audit 2023-12-21T01:28:20.773556+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]: dispatch 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: audit 2023-12-21T01:28:20.779084+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]': finished 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: cluster 2023-12-21T01:28:20.779124+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[111605]: audit 2023-12-21T01:28:20.779251+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: cluster 2023-12-21T01:28:19.797845+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575] boot 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: cluster 2023-12-21T01:28:19.797890+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: audit 2023-12-21T01:28:19.798378+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: cluster 2023-12-21T01:28:20.734754+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: audit 2023-12-21T01:28:20.773291+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.38:0/3364652747' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]: dispatch 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: audit 2023-12-21T01:28:20.773556+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]: dispatch 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: audit 2023-12-21T01:28:20.779084+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]': finished 2023-12-21T01:28:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: cluster 2023-12-21T01:28:20.779124+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2023-12-21T01:28:21.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:20 smithi038 bash[108204]: audit 2023-12-21T01:28:20.779251+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: cluster 2023-12-21T01:28:19.797845+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.38:6818/2664033575,v1:172.21.15.38:6819/2664033575] boot 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: cluster 2023-12-21T01:28:19.797890+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: audit 2023-12-21T01:28:19.798378+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: cluster 2023-12-21T01:28:20.734754+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: audit 2023-12-21T01:28:20.773291+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.38:0/3364652747' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]: dispatch 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: audit 2023-12-21T01:28:20.773556+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]: dispatch 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: audit 2023-12-21T01:28:20.779084+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66f1441e-a235-45ab-9d17-e911942d0640"}]': finished 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: cluster 2023-12-21T01:28:20.779124+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2023-12-21T01:28:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:20 smithi153 bash[108237]: audit 2023-12-21T01:28:20.779251+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:22.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:21 smithi038 bash[108204]: audit 2023-12-21T01:28:21.599188+0000 mon.a (mon.0) 333 : audit [DBG] from='client.? 172.21.15.38:0/2477630912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:22.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:21 smithi038 bash[111605]: audit 2023-12-21T01:28:21.599188+0000 mon.a (mon.0) 333 : audit [DBG] from='client.? 172.21.15.38:0/2477630912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:22.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:21 smithi153 bash[108237]: audit 2023-12-21T01:28:21.599188+0000 mon.a (mon.0) 333 : audit [DBG] from='client.? 172.21.15.38:0/2477630912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:23.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:22 smithi038 bash[108204]: cluster 2023-12-21T01:28:22.733517+0000 mon.a (mon.0) 334 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:23.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:22 smithi038 bash[108204]: cluster 2023-12-21T01:28:22.735053+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-12-21T01:28:23.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:22 smithi038 bash[111605]: cluster 2023-12-21T01:28:22.733517+0000 mon.a (mon.0) 334 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:23.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:22 smithi038 bash[111605]: cluster 2023-12-21T01:28:22.735053+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-12-21T01:28:23.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:22 smithi153 bash[108237]: cluster 2023-12-21T01:28:22.733517+0000 mon.a (mon.0) 334 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:23.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:22 smithi153 bash[108237]: cluster 2023-12-21T01:28:22.735053+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-12-21T01:28:24.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:23 smithi038 bash[111605]: cluster 2023-12-21T01:28:22.811598+0000 mon.a (mon.0) 335 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2023-12-21T01:28:24.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:23 smithi038 bash[111605]: cluster 2023-12-21T01:28:22.811649+0000 mon.a (mon.0) 336 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:24.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:23 smithi038 bash[108204]: cluster 2023-12-21T01:28:22.811598+0000 mon.a (mon.0) 335 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2023-12-21T01:28:24.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:23 smithi038 bash[108204]: cluster 2023-12-21T01:28:22.811649+0000 mon.a (mon.0) 336 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:24.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:23 smithi153 bash[108237]: cluster 2023-12-21T01:28:22.811598+0000 mon.a (mon.0) 335 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2023-12-21T01:28:24.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:23 smithi153 bash[108237]: cluster 2023-12-21T01:28:22.811649+0000 mon.a (mon.0) 336 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:25.025 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:24 smithi038 bash[111605]: audit 2023-12-21T01:28:23.933872+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:25.026 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:24 smithi038 bash[111605]: cluster 2023-12-21T01:28:24.735303+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-12-21T01:28:25.026 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:24 smithi038 bash[108204]: audit 2023-12-21T01:28:23.933872+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:25.026 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:24 smithi038 bash[108204]: cluster 2023-12-21T01:28:24.735303+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-12-21T01:28:25.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:24 smithi153 bash[108237]: audit 2023-12-21T01:28:23.933872+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:25.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:24 smithi153 bash[108237]: cluster 2023-12-21T01:28:24.735303+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2023-12-21T01:28:26.148 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:25 smithi038 bash[111605]: audit 2023-12-21T01:28:25.830411+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T01:28:26.148 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:25 smithi038 bash[111605]: audit 2023-12-21T01:28:25.830995+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:26.148 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:25 smithi038 bash[111605]: audit 2023-12-21T01:28:25.831628+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-21T01:28:26.148 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:25 smithi038 bash[108204]: audit 2023-12-21T01:28:25.830411+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T01:28:26.148 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:25 smithi038 bash[108204]: audit 2023-12-21T01:28:25.830995+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:26.148 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:25 smithi038 bash[108204]: audit 2023-12-21T01:28:25.831628+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-21T01:28:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:25 smithi153 bash[108237]: audit 2023-12-21T01:28:25.830411+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T01:28:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:25 smithi153 bash[108237]: audit 2023-12-21T01:28:25.830995+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:25 smithi153 bash[108237]: audit 2023-12-21T01:28:25.831628+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-21T01:28:26.846 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:26 smithi038 systemd[1]: Stopping Ceph osd.2 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:28:27.117 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:26 smithi038 bash[111605]: cephadm 2023-12-21T01:28:25.831437+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi038 2023-12-21T01:28:27.117 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:26 smithi038 bash[111605]: cluster 2023-12-21T01:28:26.735629+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:27.117 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:26 smithi038 bash[108204]: cephadm 2023-12-21T01:28:25.831437+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi038 2023-12-21T01:28:27.117 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:26 smithi038 bash[108204]: cluster 2023-12-21T01:28:26.735629+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:27.117 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:26 smithi038 bash[118392]: debug 2023-12-21T01:28:26.876+0000 7fb073db9700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:28:27.118 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:26 smithi038 bash[118392]: debug 2023-12-21T01:28:26.876+0000 7fb073db9700 -1 osd.2 25 *** Got signal Terminated *** 2023-12-21T01:28:27.118 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:26 smithi038 bash[118392]: debug 2023-12-21T01:28:26.876+0000 7fb073db9700 -1 osd.2 25 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:28:27.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:26 smithi153 bash[108237]: cephadm 2023-12-21T01:28:25.831437+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi038 2023-12-21T01:28:27.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:26 smithi153 bash[108237]: cluster 2023-12-21T01:28:26.735629+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:27.392 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:27 smithi038 podman[119579]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.2 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.126387+0000 mon.a (mon.0) 341 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.126417+0000 mon.a (mon.0) 342 : cluster [INF] osd.2 failed (root=default,host=smithi038) (connection refused reported by osd.1) 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.126541+0000 mon.a (mon.0) 343 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.126650+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.126752+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.527118+0000 mon.a (mon.0) 346 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.527217+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.527329+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.059 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.527430+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.126387+0000 mon.a (mon.0) 341 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.126417+0000 mon.a (mon.0) 342 : cluster [INF] osd.2 failed (root=default,host=smithi038) (connection refused reported by osd.1) 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.126541+0000 mon.a (mon.0) 343 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.126650+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.126752+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.527118+0000 mon.a (mon.0) 346 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.527217+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.527329+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:27 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.527430+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.126387+0000 mon.a (mon.0) 341 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.126417+0000 mon.a (mon.0) 342 : cluster [INF] osd.2 failed (root=default,host=smithi038) (connection refused reported by osd.1) 2023-12-21T01:28:28.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.126541+0000 mon.a (mon.0) 343 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.126650+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.126752+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.527118+0000 mon.a (mon.0) 346 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.527217+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-21T01:28:28.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.527329+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:27 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.527430+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-21T01:28:28.339 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.2.service: Succeeded. 2023-12-21T01:28:28.339 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 systemd[1]: Stopped Ceph osd.2 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:28:28.339 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 systemd[1]: Starting Ceph osd.2 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:28:28.339 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 podman[119715]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-21T01:28:28.339 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 systemd[1]: Started Ceph osd.2 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:28:28.967 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[119731]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-21T01:28:28.967 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[119731]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-12-21T01:28:28.967 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[119731]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-21T01:28:28.967 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[119731]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-12-21T01:28:28.967 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[119731]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-21T01:28:28.967 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[119731]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-21T01:28:28.967 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[119731]: --> ceph-volume lvm activate successful for osd ID: 2 2023-12-21T01:28:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.844818+0000 mon.a (mon.0) 350 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: cluster 2023-12-21T01:28:27.876799+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e26: 4 total, 2 up, 3 in 2023-12-21T01:28:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: audit 2023-12-21T01:28:27.876945+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:28.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.844818+0000 mon.a (mon.0) 350 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:28.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: cluster 2023-12-21T01:28:27.876799+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e26: 4 total, 2 up, 3 in 2023-12-21T01:28:28.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: audit 2023-12-21T01:28:27.876945+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:28.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: audit 2023-12-21T01:28:28.250508+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:28.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: audit 2023-12-21T01:28:28.251079+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:28.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: audit 2023-12-21T01:28:28.250508+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:28.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: audit 2023-12-21T01:28:28.251079+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:28.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: audit 2023-12-21T01:28:28.258620+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: audit 2023-12-21T01:28:28.259075+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: audit 2023-12-21T01:28:28.259666+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: cephadm 2023-12-21T01:28:28.260106+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi038 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: audit 2023-12-21T01:28:28.260293+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[108204]: cluster 2023-12-21T01:28:28.735953+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: audit 2023-12-21T01:28:28.258620+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: audit 2023-12-21T01:28:28.259075+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: audit 2023-12-21T01:28:28.259666+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: cephadm 2023-12-21T01:28:28.260106+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi038 2023-12-21T01:28:28.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: audit 2023-12-21T01:28:28.260293+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-21T01:28:28.971 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:28 smithi038 bash[111605]: cluster 2023-12-21T01:28:28.735953+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:29.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.844818+0000 mon.a (mon.0) 350 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: cluster 2023-12-21T01:28:27.876799+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e26: 4 total, 2 up, 3 in 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: audit 2023-12-21T01:28:27.876945+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: audit 2023-12-21T01:28:28.250508+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: audit 2023-12-21T01:28:28.251079+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: audit 2023-12-21T01:28:28.258620+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: audit 2023-12-21T01:28:28.259075+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: audit 2023-12-21T01:28:28.259666+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: cephadm 2023-12-21T01:28:28.260106+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi038 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: audit 2023-12-21T01:28:28.260293+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-21T01:28:29.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:28 smithi153 bash[108237]: cluster 2023-12-21T01:28:28.735953+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:29.720 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 2,3 on host 'smithi038' 2023-12-21T01:28:29.924 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[111605]: cluster 2023-12-21T01:28:28.869085+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2023-12-21T01:28:29.924 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[111605]: audit 2023-12-21T01:28:28.869227+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:29.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[108204]: cluster 2023-12-21T01:28:28.869085+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2023-12-21T01:28:29.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[108204]: audit 2023-12-21T01:28:28.869227+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:29.925 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[111605]: audit 2023-12-21T01:28:29.709734+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:29.925 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[111605]: audit 2023-12-21T01:28:29.717099+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:29.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[108204]: audit 2023-12-21T01:28:29.709734+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:29.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:29 smithi038 bash[108204]: audit 2023-12-21T01:28:29.717099+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:30.215 DEBUG:teuthology.orchestra.run.smithi038:osd.3> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.3.service 2023-12-21T01:28:30.218 INFO:tasks.cephadm:Deploying osd.4 on smithi153 with /dev/vg_nvme/lv_4... 2023-12-21T01:28:30.218 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-21T01:28:30.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:29 smithi153 bash[108237]: cluster 2023-12-21T01:28:28.869085+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2023-12-21T01:28:30.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:29 smithi153 bash[108237]: audit 2023-12-21T01:28:28.869227+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:30.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:29 smithi153 bash[108237]: audit 2023-12-21T01:28:29.709734+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:30.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:29 smithi153 bash[108237]: audit 2023-12-21T01:28:29.717099+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566580\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566656\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566690\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566720\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:16.566749\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_device_update\": \"2023-12-21T01:28:19.345181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:30.251 INFO:journalctl@ceph.osd.3.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:28:30.467 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120104]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-21T01:28:30.467 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120104]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2023-12-21T01:28:30.467 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120104]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-21T01:28:30.467 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120104]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-12-21T01:28:30.467 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120104]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-21T01:28:30.467 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120104]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-21T01:28:30.467 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120104]: --> ceph-volume lvm activate successful for osd ID: 3 2023-12-21T01:28:30.916 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[120049]: debug 2023-12-21T01:28:30.660+0000 7f87575a0ec0 -1 Falling back to public interface 2023-12-21T01:28:30.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[108204]: audit 2023-12-21T01:28:30.245872+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:30.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[108204]: audit 2023-12-21T01:28:30.253107+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:30.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[108204]: audit 2023-12-21T01:28:30.253720+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:30.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[108204]: cluster 2023-12-21T01:28:30.736229+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:30.917 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[111605]: audit 2023-12-21T01:28:30.245872+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:30.918 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[111605]: audit 2023-12-21T01:28:30.253107+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:30.918 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[111605]: audit 2023-12-21T01:28:30.253720+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:30.918 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:30 smithi038 bash[111605]: cluster 2023-12-21T01:28:30.736229+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:30.918 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:30 smithi153 bash[108237]: audit 2023-12-21T01:28:30.245872+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:30.918 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:30 smithi153 bash[108237]: audit 2023-12-21T01:28:30.253107+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:30.918 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:30 smithi153 bash[108237]: audit 2023-12-21T01:28:30.253720+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:30.919 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:30 smithi153 bash[108237]: cluster 2023-12-21T01:28:30.736229+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:31.511 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:31 smithi038 bash[120049]: debug 2023-12-21T01:28:31.242+0000 7f87575a0ec0 -1 osd.2 25 log_to_monitors {default=true} 2023-12-21T01:28:31.512 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:28:31 smithi038 bash[120049]: debug 2023-12-21T01:28:31.249+0000 7f874b571700 -1 osd.2 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-21T01:28:31.525 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-21T01:28:31.525 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-21T01:28:31.526 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-21T01:28:31.526 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-21T01:28:31.526 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112052 s, 936 MB/s 2023-12-21T01:28:31.526 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-21T01:28:31.805 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:31 smithi038 bash[120328]: debug 2023-12-21T01:28:31.509+0000 7f8ae5689ec0 -1 Falling back to public interface 2023-12-21T01:28:31.894 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_4 2023-12-21T01:28:31.962 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:31 smithi153 bash[108237]: audit 2023-12-21T01:28:31.246349+0000 mon.a (mon.0) 366 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:31.962 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:31 smithi153 bash[108237]: audit 2023-12-21T01:28:31.246870+0000 mon.a (mon.0) 367 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:32.072 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:31 smithi038 bash[111605]: audit 2023-12-21T01:28:31.246349+0000 mon.a (mon.0) 366 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:32.072 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:31 smithi038 bash[111605]: audit 2023-12-21T01:28:31.246870+0000 mon.a (mon.0) 367 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:32.072 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:31 smithi038 bash[108204]: audit 2023-12-21T01:28:31.246349+0000 mon.a (mon.0) 366 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T01:28:32.072 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:31 smithi038 bash[108204]: audit 2023-12-21T01:28:31.246870+0000 mon.a (mon.0) 367 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:32.349 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[120328]: debug 2023-12-21T01:28:32.068+0000 7f8ae5689ec0 -1 osd.3 0 log_to_monitors {default=true} 2023-12-21T01:28:33.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: cluster 2023-12-21T01:28:31.878469+0000 mon.a (mon.0) 368 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: cluster 2023-12-21T01:28:31.878494+0000 mon.a (mon.0) 369 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: cluster 2023-12-21T01:28:31.886475+0000 mon.a (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017] boot 2023-12-21T01:28:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: cluster 2023-12-21T01:28:31.886527+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2023-12-21T01:28:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:31.889354+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:31.889709+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.071515+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T01:28:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.676883+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:33.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: cluster 2023-12-21T01:28:32.736534+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 680 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:33.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.887708+0000 mon.a (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T01:28:33.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: cluster 2023-12-21T01:28:32.887749+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2023-12-21T01:28:33.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.887913+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:33.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.888406+0000 mon.a (mon.0) 379 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: cluster 2023-12-21T01:28:31.878469+0000 mon.a (mon.0) 368 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: cluster 2023-12-21T01:28:31.878494+0000 mon.a (mon.0) 369 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: cluster 2023-12-21T01:28:31.886475+0000 mon.a (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017] boot 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: cluster 2023-12-21T01:28:31.886527+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:31.889354+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:31.889709+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.071515+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.676883+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: cluster 2023-12-21T01:28:32.736534+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 680 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:33.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.887708+0000 mon.a (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T01:28:33.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: cluster 2023-12-21T01:28:32.887749+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2023-12-21T01:28:33.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.887913+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:33.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.888406+0000 mon.a (mon.0) 379 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:33.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.894674+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:33.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.897314+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:33.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[108204]: audit 2023-12-21T01:28:32.898407+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:33.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.894674+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:33.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.897314+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:33.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:32 smithi038 bash[111605]: audit 2023-12-21T01:28:32.898407+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: cluster 2023-12-21T01:28:31.878469+0000 mon.a (mon.0) 368 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: cluster 2023-12-21T01:28:31.878494+0000 mon.a (mon.0) 369 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: cluster 2023-12-21T01:28:31.886475+0000 mon.a (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.38:6818/1281116017,v1:172.21.15.38:6819/1281116017] boot 2023-12-21T01:28:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: cluster 2023-12-21T01:28:31.886527+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2023-12-21T01:28:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:31.889354+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:28:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:31.889709+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.071515+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.676883+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: cluster 2023-12-21T01:28:32.736534+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 680 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.887708+0000 mon.a (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: cluster 2023-12-21T01:28:32.887749+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.887913+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.888406+0000 mon.a (mon.0) 379 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.894674+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.897314+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244708\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244784\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244831\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244862\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244892\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:30.244920\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:30.244990\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:33.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:32 smithi153 bash[108237]: audit 2023-12-21T01:28:32.898407+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:34.217 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[120328]: debug 2023-12-21T01:28:33.892+0000 7f8aca436700 -1 osd.3 0 waiting for initial osdmap 2023-12-21T01:28:34.217 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[120328]: debug 2023-12-21T01:28:33.897+0000 7f8ad5652700 -1 osd.3 30 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-21T01:28:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: cluster 2023-12-21T01:28:32.899939+0000 mon.a (mon.0) 383 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.081950+0000 mgr.y (mgr.14142) 80 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: cephadm 2023-12-21T01:28:33.082690+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.082966+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.083542+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.084350+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:34.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: cluster 2023-12-21T01:28:32.899939+0000 mon.a (mon.0) 383 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:34.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.081950+0000 mgr.y (mgr.14142) 80 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:34.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: cephadm 2023-12-21T01:28:33.082690+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:34.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.082966+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:34.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.083542+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:34.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.084350+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:34.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.786384+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:33.785675\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:34.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.790550+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:33.785675\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:34.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.890739+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:34.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: cluster 2023-12-21T01:28:33.890770+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-21T01:28:34.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[108204]: audit 2023-12-21T01:28:33.890889+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:34.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.786384+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:33.785675\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:34.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.790550+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:33.785675\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.890739+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: cluster 2023-12-21T01:28:33.890770+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-21T01:28:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:33 smithi038 bash[111605]: audit 2023-12-21T01:28:33.890889+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:34.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: cluster 2023-12-21T01:28:32.899939+0000 mon.a (mon.0) 383 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-21T01:28:34.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.081950+0000 mgr.y (mgr.14142) 80 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:34.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: cephadm 2023-12-21T01:28:33.082690+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:34.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.082966+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:34.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.083542+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:34.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.084350+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:34.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.786384+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:33.785675\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:28:34.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.790550+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}}, \"last_daemon_update\": \"2023-12-21T01:28:33.785675\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:28:34.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.890739+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-21T01:28:34.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: cluster 2023-12-21T01:28:33.890770+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-21T01:28:34.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:33 smithi153 bash[108237]: audit 2023-12-21T01:28:33.890889+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:35.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: cluster 2023-12-21T01:28:33.072472+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:35.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: cluster 2023-12-21T01:28:33.072512+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: audit 2023-12-21T01:28:34.555383+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.153:0/2226130045' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]: dispatch 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: audit 2023-12-21T01:28:34.555997+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]: dispatch 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: cluster 2023-12-21T01:28:34.563785+0000 mon.a (mon.0) 393 : cluster [INF] osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968] boot 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: audit 2023-12-21T01:28:34.563847+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]': finished 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: cluster 2023-12-21T01:28:34.563889+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: audit 2023-12-21T01:28:34.564404+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: audit 2023-12-21T01:28:34.564605+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:35.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[111605]: cluster 2023-12-21T01:28:34.736886+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized+degraded; 0 B data, 680 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: cluster 2023-12-21T01:28:33.072472+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: cluster 2023-12-21T01:28:33.072512+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: audit 2023-12-21T01:28:34.555383+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.153:0/2226130045' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]: dispatch 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: audit 2023-12-21T01:28:34.555997+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]: dispatch 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: cluster 2023-12-21T01:28:34.563785+0000 mon.a (mon.0) 393 : cluster [INF] osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968] boot 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: audit 2023-12-21T01:28:34.563847+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]': finished 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: cluster 2023-12-21T01:28:34.563889+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: audit 2023-12-21T01:28:34.564404+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: audit 2023-12-21T01:28:34.564605+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:35.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:34 smithi038 bash[108204]: cluster 2023-12-21T01:28:34.736886+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized+degraded; 0 B data, 680 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: cluster 2023-12-21T01:28:33.072472+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: cluster 2023-12-21T01:28:33.072512+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: audit 2023-12-21T01:28:34.555383+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.153:0/2226130045' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]: dispatch 2023-12-21T01:28:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: audit 2023-12-21T01:28:34.555997+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]: dispatch 2023-12-21T01:28:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: cluster 2023-12-21T01:28:34.563785+0000 mon.a (mon.0) 393 : cluster [INF] osd.3 [v2:172.21.15.38:6826/907695968,v1:172.21.15.38:6827/907695968] boot 2023-12-21T01:28:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: audit 2023-12-21T01:28:34.563847+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6a406d7-3f11-4250-a7ba-53e410ea491e"}]': finished 2023-12-21T01:28:35.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: cluster 2023-12-21T01:28:34.563889+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2023-12-21T01:28:35.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: audit 2023-12-21T01:28:34.564404+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:28:35.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: audit 2023-12-21T01:28:34.564605+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:35.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:34 smithi153 bash[108237]: cluster 2023-12-21T01:28:34.736886+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized+degraded; 0 B data, 680 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-21T01:28:36.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:35 smithi038 bash[108204]: audit 2023-12-21T01:28:35.326278+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.153:0/452321758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:36.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:35 smithi038 bash[111605]: audit 2023-12-21T01:28:35.326278+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.153:0/452321758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:36.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:35 smithi153 bash[108237]: audit 2023-12-21T01:28:35.326278+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.153:0/452321758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:37.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:36 smithi038 bash[108204]: cluster 2023-12-21T01:28:35.927600+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2023-12-21T01:28:37.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:36 smithi038 bash[108204]: audit 2023-12-21T01:28:35.930485+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:37.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:36 smithi038 bash[108204]: cluster 2023-12-21T01:28:36.737284+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:37.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:36 smithi038 bash[111605]: cluster 2023-12-21T01:28:35.927600+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2023-12-21T01:28:37.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:36 smithi038 bash[111605]: audit 2023-12-21T01:28:35.930485+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:37.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:36 smithi038 bash[111605]: cluster 2023-12-21T01:28:36.737284+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:37.240 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:36 smithi153 bash[108237]: cluster 2023-12-21T01:28:35.927600+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2023-12-21T01:28:37.241 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:36 smithi153 bash[108237]: audit 2023-12-21T01:28:35.930485+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:37.241 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:36 smithi153 bash[108237]: cluster 2023-12-21T01:28:36.737284+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:38.219 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:37 smithi153 bash[108237]: cluster 2023-12-21T01:28:36.938443+0000 mon.a (mon.0) 400 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-21T01:28:38.219 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:37 smithi153 bash[108237]: cluster 2023-12-21T01:28:36.938476+0000 mon.a (mon.0) 401 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:38.220 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:37 smithi153 bash[108237]: audit 2023-12-21T01:28:37.526147+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:38.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:37 smithi038 bash[108204]: cluster 2023-12-21T01:28:36.938443+0000 mon.a (mon.0) 400 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-21T01:28:38.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:37 smithi038 bash[108204]: cluster 2023-12-21T01:28:36.938476+0000 mon.a (mon.0) 401 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:38.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:37 smithi038 bash[108204]: audit 2023-12-21T01:28:37.526147+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:38.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:37 smithi038 bash[111605]: cluster 2023-12-21T01:28:36.938443+0000 mon.a (mon.0) 400 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-21T01:28:38.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:37 smithi038 bash[111605]: cluster 2023-12-21T01:28:36.938476+0000 mon.a (mon.0) 401 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:38.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:37 smithi038 bash[111605]: audit 2023-12-21T01:28:37.526147+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:38 smithi153 bash[108237]: cluster 2023-12-21T01:28:38.737731+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:39.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:38 smithi038 bash[111605]: cluster 2023-12-21T01:28:38.737731+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:39.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:38 smithi038 bash[108204]: cluster 2023-12-21T01:28:38.737731+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:40.032 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 4 on host 'smithi153' 2023-12-21T01:28:40.148 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[108237]: audit 2023-12-21T01:28:38.994811+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T01:28:40.148 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[108237]: audit 2023-12-21T01:28:38.995707+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:40.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[108237]: cephadm 2023-12-21T01:28:38.996331+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-21T01:28:40.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[108237]: audit 2023-12-21T01:28:38.996604+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-21T01:28:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[108204]: audit 2023-12-21T01:28:38.994811+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T01:28:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[108204]: audit 2023-12-21T01:28:38.995707+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[108204]: cephadm 2023-12-21T01:28:38.996331+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-21T01:28:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[108204]: audit 2023-12-21T01:28:38.996604+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-21T01:28:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[111605]: audit 2023-12-21T01:28:38.994811+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T01:28:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[111605]: audit 2023-12-21T01:28:38.995707+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[111605]: cephadm 2023-12-21T01:28:38.996331+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-21T01:28:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:40 smithi038 bash[111605]: audit 2023-12-21T01:28:38.996604+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-21T01:28:40.476 DEBUG:teuthology.orchestra.run.smithi153:osd.4> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.4.service 2023-12-21T01:28:40.519 INFO:tasks.cephadm:Deploying osd.5 on smithi153 with /dev/vg_nvme/lv_3... 2023-12-21T01:28:40.519 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-21T01:28:40.549 INFO:journalctl@ceph.osd.4.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:28:40.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[110418]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-21T01:28:40.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[110418]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-12-21T01:28:40.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[110418]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-21T01:28:40.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[110418]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-12-21T01:28:40.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[110418]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-21T01:28:40.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[110418]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-21T01:28:40.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:40 smithi153 bash[110418]: --> ceph-volume lvm activate successful for osd ID: 4 2023-12-21T01:28:41.190 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:41 smithi153 bash[108237]: audit 2023-12-21T01:28:40.024375+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:41.190 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:41 smithi153 bash[108237]: audit 2023-12-21T01:28:40.024872+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:41.190 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:41 smithi153 bash[108237]: audit 2023-12-21T01:28:40.027464+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:41.190 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:41 smithi153 bash[108237]: cluster 2023-12-21T01:28:40.738242+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:41.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[108204]: audit 2023-12-21T01:28:40.024375+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:41.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[108204]: audit 2023-12-21T01:28:40.024872+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:41.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[108204]: audit 2023-12-21T01:28:40.027464+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:41.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[108204]: cluster 2023-12-21T01:28:40.738242+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:41.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[111605]: audit 2023-12-21T01:28:40.024375+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:41.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[111605]: audit 2023-12-21T01:28:40.024872+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:41.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[111605]: audit 2023-12-21T01:28:40.027464+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247104\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:27:35.247197\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_device_update\": \"2023-12-21T01:27:04.141822\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:41.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:41 smithi038 bash[111605]: cluster 2023-12-21T01:28:40.738242+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:42.043 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:41 smithi153 bash[110717]: debug 2023-12-21T01:28:41.833+0000 7f96e35d7ec0 -1 Falling back to public interface 2023-12-21T01:28:42.188 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-21T01:28:42.188 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-21T01:28:42.188 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-21T01:28:42.189 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-21T01:28:42.189 INFO:teuthology.orchestra.run.smithi153.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121143 s, 866 MB/s 2023-12-21T01:28:42.189 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 2023-12-21T01:28:42.189 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-21T01:28:42.344 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:42 smithi153 bash[108237]: audit 2023-12-21T01:28:41.268744+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:42.344 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:42 smithi153 bash[108237]: audit 2023-12-21T01:28:41.274837+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:42.344 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:42 smithi153 bash[108237]: audit 2023-12-21T01:28:41.275591+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:42.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:42 smithi038 bash[111605]: audit 2023-12-21T01:28:41.268744+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:42.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:42 smithi038 bash[111605]: audit 2023-12-21T01:28:41.274837+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:42.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:42 smithi038 bash[111605]: audit 2023-12-21T01:28:41.275591+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:42.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:42 smithi038 bash[108204]: audit 2023-12-21T01:28:41.268744+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:42.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:42 smithi038 bash[108204]: audit 2023-12-21T01:28:41.274837+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:42.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:42 smithi038 bash[108204]: audit 2023-12-21T01:28:41.275591+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:42.550 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_3 2023-12-21T01:28:42.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:42 smithi153 bash[110717]: debug 2023-12-21T01:28:42.393+0000 7f96e35d7ec0 -1 osd.4 0 log_to_monitors {default=true} 2023-12-21T01:28:43.366 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:43 smithi153 bash[108237]: audit 2023-12-21T01:28:42.397181+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:43.367 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:43 smithi153 bash[108237]: audit 2023-12-21T01:28:42.397550+0000 mon.a (mon.0) 412 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:43.367 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:43 smithi153 bash[108237]: cluster 2023-12-21T01:28:42.738579+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:43.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:43 smithi038 bash[108204]: audit 2023-12-21T01:28:42.397181+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:43.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:43 smithi038 bash[108204]: audit 2023-12-21T01:28:42.397550+0000 mon.a (mon.0) 412 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:43.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:43 smithi038 bash[108204]: cluster 2023-12-21T01:28:42.738579+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:43.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:43 smithi038 bash[111605]: audit 2023-12-21T01:28:42.397181+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:43.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:43 smithi038 bash[111605]: audit 2023-12-21T01:28:42.397550+0000 mon.a (mon.0) 412 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:43.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:43 smithi038 bash[111605]: cluster 2023-12-21T01:28:42.738579+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:44.443 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[110717]: debug 2023-12-21T01:28:44.061+0000 7f96cc38c700 -1 osd.4 0 waiting for initial osdmap 2023-12-21T01:28:44.443 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[110717]: debug 2023-12-21T01:28:44.068+0000 7f96d75a8700 -1 osd.4 34 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.055768+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: cluster 2023-12-21T01:28:43.055842+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.056023+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.058087+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.058443+0000 mon.a (mon.0) 416 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: cluster 2023-12-21T01:28:43.346137+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: cluster 2023-12-21T01:28:43.346205+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.715847+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.815014+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.815781+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.816889+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:44.444 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.902814+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:44.445 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:44 smithi153 bash[108237]: audit 2023-12-21T01:28:43.908018+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:44.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.055768+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T01:28:44.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: cluster 2023-12-21T01:28:43.055842+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2023-12-21T01:28:44.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.056023+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:44.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.058087+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:44.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.058443+0000 mon.a (mon.0) 416 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:44.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: cluster 2023-12-21T01:28:43.346137+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:44.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: cluster 2023-12-21T01:28:43.346205+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.715847+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.815014+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.815781+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.816889+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.055768+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: cluster 2023-12-21T01:28:43.055842+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.056023+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:44.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.058087+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.058443+0000 mon.a (mon.0) 416 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: cluster 2023-12-21T01:28:43.346137+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: cluster 2023-12-21T01:28:43.346205+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.715847+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.815014+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.815781+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.816889+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.902814+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[108204]: audit 2023-12-21T01:28:43.908018+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.902814+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:44.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:44 smithi038 bash[111605]: audit 2023-12-21T01:28:43.908018+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268099\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:38.993883\"}}, \"last_daemon_update\": \"2023-12-21T01:28:41.268177\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:45.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: audit 2023-12-21T01:28:43.814015+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:45.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: cephadm 2023-12-21T01:28:43.814708+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:45.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: audit 2023-12-21T01:28:44.059482+0000 mon.a (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:28:45.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: cluster 2023-12-21T01:28:44.059529+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-21T01:28:45.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: audit 2023-12-21T01:28:44.062853+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:45.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: cluster 2023-12-21T01:28:44.739028+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:45.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: cluster 2023-12-21T01:28:45.063427+0000 mon.a (mon.0) 426 : cluster [INF] osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912] boot 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: cluster 2023-12-21T01:28:45.063472+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[108204]: audit 2023-12-21T01:28:45.063642+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: audit 2023-12-21T01:28:43.814015+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: cephadm 2023-12-21T01:28:43.814708+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: audit 2023-12-21T01:28:44.059482+0000 mon.a (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: cluster 2023-12-21T01:28:44.059529+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: audit 2023-12-21T01:28:44.062853+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: cluster 2023-12-21T01:28:44.739028+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: cluster 2023-12-21T01:28:45.063427+0000 mon.a (mon.0) 426 : cluster [INF] osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912] boot 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: cluster 2023-12-21T01:28:45.063472+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-21T01:28:45.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:45 smithi038 bash[111605]: audit 2023-12-21T01:28:45.063642+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: audit 2023-12-21T01:28:43.814015+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: cephadm 2023-12-21T01:28:43.814708+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: audit 2023-12-21T01:28:44.059482+0000 mon.a (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:28:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: cluster 2023-12-21T01:28:44.059529+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-21T01:28:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: audit 2023-12-21T01:28:44.062853+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:45.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: cluster 2023-12-21T01:28:44.739028+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-21T01:28:45.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: cluster 2023-12-21T01:28:45.063427+0000 mon.a (mon.0) 426 : cluster [INF] osd.4 [v2:172.21.15.153:6800/3458946912,v1:172.21.15.153:6801/3458946912] boot 2023-12-21T01:28:45.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: cluster 2023-12-21T01:28:45.063472+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-21T01:28:45.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:45 smithi153 bash[108237]: audit 2023-12-21T01:28:45.063642+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:46.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[108204]: audit 2023-12-21T01:28:45.349337+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.153:0/3438786609' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]: dispatch 2023-12-21T01:28:46.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[108204]: audit 2023-12-21T01:28:45.349936+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]: dispatch 2023-12-21T01:28:46.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[108204]: audit 2023-12-21T01:28:45.363770+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]': finished 2023-12-21T01:28:46.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[108204]: cluster 2023-12-21T01:28:45.363840+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2023-12-21T01:28:46.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[108204]: audit 2023-12-21T01:28:45.364067+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:46.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[111605]: audit 2023-12-21T01:28:45.349337+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.153:0/3438786609' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]: dispatch 2023-12-21T01:28:46.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[111605]: audit 2023-12-21T01:28:45.349936+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]: dispatch 2023-12-21T01:28:46.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[111605]: audit 2023-12-21T01:28:45.363770+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]': finished 2023-12-21T01:28:46.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[111605]: cluster 2023-12-21T01:28:45.363840+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2023-12-21T01:28:46.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:46 smithi038 bash[111605]: audit 2023-12-21T01:28:45.364067+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:46 smithi153 bash[108237]: audit 2023-12-21T01:28:45.349337+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.153:0/3438786609' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]: dispatch 2023-12-21T01:28:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:46 smithi153 bash[108237]: audit 2023-12-21T01:28:45.349936+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]: dispatch 2023-12-21T01:28:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:46 smithi153 bash[108237]: audit 2023-12-21T01:28:45.363770+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3eb34cfb-4bdf-4954-bf66-f172e6d9818e"}]': finished 2023-12-21T01:28:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:46 smithi153 bash[108237]: cluster 2023-12-21T01:28:45.363840+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2023-12-21T01:28:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:46 smithi153 bash[108237]: audit 2023-12-21T01:28:45.364067+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:47.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[108204]: audit 2023-12-21T01:28:46.137341+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.153:0/2325898514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:47.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[108204]: cluster 2023-12-21T01:28:46.369634+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2023-12-21T01:28:47.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[108204]: audit 2023-12-21T01:28:46.369778+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:47.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[108204]: cluster 2023-12-21T01:28:46.739589+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:47.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[111605]: audit 2023-12-21T01:28:46.137341+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.153:0/2325898514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:47.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[111605]: cluster 2023-12-21T01:28:46.369634+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2023-12-21T01:28:47.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[111605]: audit 2023-12-21T01:28:46.369778+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:47.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:47 smithi038 bash[111605]: cluster 2023-12-21T01:28:46.739589+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:47.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:47 smithi153 bash[108237]: audit 2023-12-21T01:28:46.137341+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.153:0/2325898514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:28:47.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:47 smithi153 bash[108237]: cluster 2023-12-21T01:28:46.369634+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2023-12-21T01:28:47.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:47 smithi153 bash[108237]: audit 2023-12-21T01:28:46.369778+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:47.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:47 smithi153 bash[108237]: cluster 2023-12-21T01:28:46.739589+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:48.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:48 smithi153 bash[108237]: audit 2023-12-21T01:28:48.398174+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:49.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:48 smithi038 bash[108204]: audit 2023-12-21T01:28:48.398174+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:49.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:48 smithi038 bash[111605]: audit 2023-12-21T01:28:48.398174+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:49.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:49 smithi153 bash[108237]: cluster 2023-12-21T01:28:48.739955+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:50.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:49 smithi038 bash[108204]: cluster 2023-12-21T01:28:48.739955+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:50.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:49 smithi038 bash[111605]: cluster 2023-12-21T01:28:48.739955+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:50.905 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:50 smithi153 bash[108237]: audit 2023-12-21T01:28:50.004974+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T01:28:50.905 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:50 smithi153 bash[108237]: audit 2023-12-21T01:28:50.005828+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:50.905 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:50 smithi153 bash[108237]: audit 2023-12-21T01:28:50.006806+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-21T01:28:50.905 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:50 smithi153 systemd[1]: Stopping Ceph osd.4 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:28:50.905 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:50 smithi153 bash[110717]: debug 2023-12-21T01:28:50.902+0000 7f96dae1f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:28:50.905 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:50 smithi153 bash[110717]: debug 2023-12-21T01:28:50.902+0000 7f96dae1f700 -1 osd.4 37 *** Got signal Terminated *** 2023-12-21T01:28:50.905 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:50 smithi153 bash[110717]: debug 2023-12-21T01:28:50.902+0000 7f96dae1f700 -1 osd.4 37 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:28:51.193 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:51 smithi153 podman[111873]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.4 2023-12-21T01:28:51.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:50 smithi038 bash[108204]: audit 2023-12-21T01:28:50.004974+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T01:28:51.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:50 smithi038 bash[108204]: audit 2023-12-21T01:28:50.005828+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:51.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:50 smithi038 bash[108204]: audit 2023-12-21T01:28:50.006806+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-21T01:28:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:50 smithi038 bash[111605]: audit 2023-12-21T01:28:50.004974+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T01:28:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:50 smithi038 bash[111605]: audit 2023-12-21T01:28:50.005828+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:51.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:50 smithi038 bash[111605]: audit 2023-12-21T01:28:50.006806+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-21T01:28:51.976 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cephadm 2023-12-21T01:28:50.006478+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-21T01:28:51.977 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.740427+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:51.977 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.950642+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:51.977 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.950691+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi153) (connection refused reported by osd.1) 2023-12-21T01:28:51.977 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.950944+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:51.977 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.951157+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:51.977 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.951305+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:51.978 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.951398+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:51.978 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.951597+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:51.978 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.951797+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:51.978 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:50.951958+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:51.978 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.151245+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:51.978 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.151425+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:51.979 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.151578+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:51.979 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.151780+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:51.979 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.151956+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:51.979 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.152107+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:51.979 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.152309+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:51.979 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.152455+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:51.979 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.551818+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:51.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.551991+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:51.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.552130+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:51.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.552247+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:51.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.552379+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:51.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.552524+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:51.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.552616+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:51.980 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:51 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.552736+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cephadm 2023-12-21T01:28:50.006478+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-21T01:28:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.740427+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.950642+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.950691+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi153) (connection refused reported by osd.1) 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.950944+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.951157+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.951305+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.951398+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.951597+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.951797+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:50.951958+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.151245+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.151425+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.151578+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.151780+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.151956+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.152107+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.152309+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.152455+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.551818+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.551991+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.552130+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.552247+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.552379+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.552524+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.552616+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.552736+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cephadm 2023-12-21T01:28:50.006478+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.740427+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.950642+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.950691+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi153) (connection refused reported by osd.1) 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.950944+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.951157+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.951305+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.951398+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.951597+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.951797+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:50.951958+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.151245+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.151425+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.151578+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.151780+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.151956+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.152107+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.152309+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.152455+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.551818+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.551991+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.552130+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.552247+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.552379+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.552524+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.552616+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-21T01:28:52.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:51 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.552736+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-21T01:28:52.245 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:51 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.4.service: Succeeded. 2023-12-21T01:28:52.245 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:51 smithi153 systemd[1]: Stopped Ceph osd.4 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:28:52.245 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 systemd[1]: Starting Ceph osd.4 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:28:52.245 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 podman[112008]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-21T01:28:52.245 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 systemd[1]: Started Ceph osd.4 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:28:52.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[112024]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-21T01:28:52.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[112024]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-12-21T01:28:52.745 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[112024]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-21T01:28:52.746 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[112024]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-12-21T01:28:52.746 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[112024]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-21T01:28:52.746 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[112024]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-21T01:28:52.746 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[112024]: --> ceph-volume lvm activate successful for osd ID: 4 2023-12-21T01:28:53.193 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.798315+0000 mon.a (mon.0) 464 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.798343+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: cluster 2023-12-21T01:28:51.814588+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e38: 6 total, 4 up, 5 in 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: audit 2023-12-21T01:28:51.814803+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: audit 2023-12-21T01:28:52.146413+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: audit 2023-12-21T01:28:52.146955+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: audit 2023-12-21T01:28:52.152972+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: audit 2023-12-21T01:28:52.153588+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: audit 2023-12-21T01:28:52.154493+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: cephadm 2023-12-21T01:28:52.155185+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: audit 2023-12-21T01:28:52.155565+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-21T01:28:53.194 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:52 smithi153 bash[108237]: cluster 2023-12-21T01:28:52.740750+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.798315+0000 mon.a (mon.0) 464 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.798343+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-21T01:28:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: cluster 2023-12-21T01:28:51.814588+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e38: 6 total, 4 up, 5 in 2023-12-21T01:28:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: audit 2023-12-21T01:28:51.814803+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:53.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.798315+0000 mon.a (mon.0) 464 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:28:53.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.798343+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-21T01:28:53.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: cluster 2023-12-21T01:28:51.814588+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e38: 6 total, 4 up, 5 in 2023-12-21T01:28:53.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: audit 2023-12-21T01:28:51.814803+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:53.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: audit 2023-12-21T01:28:52.146413+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:53.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: audit 2023-12-21T01:28:52.146955+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:53.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: audit 2023-12-21T01:28:52.146413+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:53.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: audit 2023-12-21T01:28:52.146955+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:53.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: audit 2023-12-21T01:28:52.152972+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: audit 2023-12-21T01:28:52.153588+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: audit 2023-12-21T01:28:52.154493+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: cephadm 2023-12-21T01:28:52.155185+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: audit 2023-12-21T01:28:52.155565+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[108204]: cluster 2023-12-21T01:28:52.740750+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: audit 2023-12-21T01:28:52.152972+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.267964\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:41.268057\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: audit 2023-12-21T01:28:52.153588+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: audit 2023-12-21T01:28:52.154493+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: cephadm 2023-12-21T01:28:52.155185+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: audit 2023-12-21T01:28:52.155565+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-21T01:28:53.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:52 smithi038 bash[111605]: cluster 2023-12-21T01:28:52.740750+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:28:53.634 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 4,5 on host 'smithi153' 2023-12-21T01:28:54.138 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:53 smithi153 bash[108237]: cluster 2023-12-21T01:28:52.816299+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2023-12-21T01:28:54.138 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:53 smithi153 bash[108237]: audit 2023-12-21T01:28:52.816462+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:54.138 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:53 smithi153 bash[108237]: audit 2023-12-21T01:28:53.361117+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_daemon_update\": \"2023-12-21T01:28:53.360471\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:54.138 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:53 smithi153 bash[108237]: audit 2023-12-21T01:28:53.365819+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_daemon_update\": \"2023-12-21T01:28:53.360471\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:54.138 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:53 smithi153 bash[108237]: audit 2023-12-21T01:28:53.625357+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:54.139 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:53 smithi153 bash[108237]: audit 2023-12-21T01:28:53.625928+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:54.139 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:53 smithi153 bash[108237]: audit 2023-12-21T01:28:53.630265+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:54.140 DEBUG:teuthology.orchestra.run.smithi153:osd.5> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.5.service 2023-12-21T01:28:54.143 INFO:tasks.cephadm:Deploying osd.6 on smithi153 with /dev/vg_nvme/lv_2... 2023-12-21T01:28:54.143 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-21T01:28:54.174 INFO:journalctl@ceph.osd.5.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:28:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[111605]: cluster 2023-12-21T01:28:52.816299+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2023-12-21T01:28:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[111605]: audit 2023-12-21T01:28:52.816462+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[108204]: cluster 2023-12-21T01:28:52.816299+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2023-12-21T01:28:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[108204]: audit 2023-12-21T01:28:52.816462+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[108204]: audit 2023-12-21T01:28:53.361117+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_daemon_update\": \"2023-12-21T01:28:53.360471\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:54.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[111605]: audit 2023-12-21T01:28:53.361117+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_daemon_update\": \"2023-12-21T01:28:53.360471\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[108204]: audit 2023-12-21T01:28:53.365819+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_daemon_update\": \"2023-12-21T01:28:53.360471\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:54.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[111605]: audit 2023-12-21T01:28:53.365819+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}}, \"last_daemon_update\": \"2023-12-21T01:28:53.360471\", \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:54.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[108204]: audit 2023-12-21T01:28:53.625357+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:54.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[108204]: audit 2023-12-21T01:28:53.625928+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:54.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[108204]: audit 2023-12-21T01:28:53.630265+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:54.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[111605]: audit 2023-12-21T01:28:53.625357+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:54.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[111605]: audit 2023-12-21T01:28:53.625928+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:54.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:53 smithi038 bash[111605]: audit 2023-12-21T01:28:53.630265+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360259\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360354\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:53.360394\", \"created\": \"2023-12-21T01:28:39.994407\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_device_update\": \"2023-12-21T01:28:43.902278\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112313]: debug 2023-12-21T01:28:54.151+0000 7fa1c271bec0 -1 Falling back to public interface 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112390]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112390]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112390]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112390]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112390]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112390]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-21T01:28:54.454 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112390]: --> ceph-volume lvm activate successful for osd ID: 5 2023-12-21T01:28:54.995 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112313]: debug 2023-12-21T01:28:54.718+0000 7fa1c271bec0 -1 osd.4 37 log_to_monitors {default=true} 2023-12-21T01:28:54.995 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[112313]: debug 2023-12-21T01:28:54.728+0000 7fa1b26e4700 -1 osd.4 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-21T01:28:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[108237]: audit 2023-12-21T01:28:54.722971+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[108237]: audit 2023-12-21T01:28:54.723725+0000 mon.a (mon.0) 481 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[108237]: audit 2023-12-21T01:28:54.724427+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[108237]: audit 2023-12-21T01:28:54.724720+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:54 smithi153 bash[108237]: cluster 2023-12-21T01:28:54.741085+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:55.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[111605]: audit 2023-12-21T01:28:54.722971+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:55.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[111605]: audit 2023-12-21T01:28:54.723725+0000 mon.a (mon.0) 481 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:55.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[111605]: audit 2023-12-21T01:28:54.724427+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:55.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[111605]: audit 2023-12-21T01:28:54.724720+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:55.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[111605]: cluster 2023-12-21T01:28:54.741085+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:55.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[108204]: audit 2023-12-21T01:28:54.722971+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:55.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[108204]: audit 2023-12-21T01:28:54.723725+0000 mon.a (mon.0) 481 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T01:28:55.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[108204]: audit 2023-12-21T01:28:54.724427+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:55.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[108204]: audit 2023-12-21T01:28:54.724720+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:55.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:54 smithi038 bash[108204]: cluster 2023-12-21T01:28:54.741085+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:55.925 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: cluster 2023-12-21T01:28:54.818283+0000 mon.a (mon.0) 483 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:55.925 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: cluster 2023-12-21T01:28:54.818308+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-21T01:28:55.925 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: cluster 2023-12-21T01:28:54.818322+0000 mon.a (mon.0) 485 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:55.925 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: cluster 2023-12-21T01:28:54.825300+0000 mon.a (mon.0) 486 : cluster [INF] osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458] boot 2023-12-21T01:28:55.925 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: cluster 2023-12-21T01:28:54.825364+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2023-12-21T01:28:55.925 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: audit 2023-12-21T01:28:54.827286+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:55.926 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: audit 2023-12-21T01:28:54.827644+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:55.926 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[112873]: debug 2023-12-21T01:28:55.649+0000 7fae86775ec0 -1 Falling back to public interface 2023-12-21T01:28:55.926 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: audit 2023-12-21T01:28:54.913309+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:55.926 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: audit 2023-12-21T01:28:54.919782+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:55.926 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:55 smithi153 bash[108237]: audit 2023-12-21T01:28:54.920532+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:56.125 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-21T01:28:56.125 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-21T01:28:56.125 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-21T01:28:56.126 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-21T01:28:56.126 INFO:teuthology.orchestra.run.smithi153.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0138093 s, 759 MB/s 2023-12-21T01:28:56.126 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 2023-12-21T01:28:56.126 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-21T01:28:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: cluster 2023-12-21T01:28:54.818283+0000 mon.a (mon.0) 483 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: cluster 2023-12-21T01:28:54.818308+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-21T01:28:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: cluster 2023-12-21T01:28:54.818322+0000 mon.a (mon.0) 485 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: cluster 2023-12-21T01:28:54.825300+0000 mon.a (mon.0) 486 : cluster [INF] osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458] boot 2023-12-21T01:28:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: cluster 2023-12-21T01:28:54.825364+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2023-12-21T01:28:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: audit 2023-12-21T01:28:54.827286+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: audit 2023-12-21T01:28:54.827644+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: cluster 2023-12-21T01:28:54.818283+0000 mon.a (mon.0) 483 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: cluster 2023-12-21T01:28:54.818308+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: cluster 2023-12-21T01:28:54.818322+0000 mon.a (mon.0) 485 : cluster [INF] Cluster is now healthy 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: cluster 2023-12-21T01:28:54.825300+0000 mon.a (mon.0) 486 : cluster [INF] osd.4 [v2:172.21.15.153:6800/3199440458,v1:172.21.15.153:6801/3199440458] boot 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: cluster 2023-12-21T01:28:54.825364+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: audit 2023-12-21T01:28:54.827286+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: audit 2023-12-21T01:28:54.827644+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: audit 2023-12-21T01:28:54.913309+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:56.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: audit 2023-12-21T01:28:54.919782+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[108204]: audit 2023-12-21T01:28:54.920532+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:56.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: audit 2023-12-21T01:28:54.913309+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:56.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: audit 2023-12-21T01:28:54.919782+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:56.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:55 smithi038 bash[111605]: audit 2023-12-21T01:28:54.920532+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:56.495 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:56 smithi153 bash[112873]: debug 2023-12-21T01:28:56.209+0000 7fae86775ec0 -1 osd.5 0 log_to_monitors {default=true} 2023-12-21T01:28:56.508 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_2 2023-12-21T01:28:57.128 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:56 smithi153 bash[108237]: cluster 2023-12-21T01:28:55.833226+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2023-12-21T01:28:57.128 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:56 smithi153 bash[108237]: audit 2023-12-21T01:28:55.840452+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:57.128 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:56 smithi153 bash[108237]: audit 2023-12-21T01:28:56.214956+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:28:57.129 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:56 smithi153 bash[108237]: audit 2023-12-21T01:28:56.215317+0000 mon.a (mon.0) 495 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:28:57.129 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:56 smithi153 bash[108237]: cluster 2023-12-21T01:28:56.741492+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:57.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[108204]: cluster 2023-12-21T01:28:55.833226+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2023-12-21T01:28:57.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[108204]: audit 2023-12-21T01:28:55.840452+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:57.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[108204]: audit 2023-12-21T01:28:56.214956+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:28:57.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[108204]: audit 2023-12-21T01:28:56.215317+0000 mon.a (mon.0) 495 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:28:57.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[108204]: cluster 2023-12-21T01:28:56.741492+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:57.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[111605]: cluster 2023-12-21T01:28:55.833226+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2023-12-21T01:28:57.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[111605]: audit 2023-12-21T01:28:55.840452+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:57.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[111605]: audit 2023-12-21T01:28:56.214956+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:28:57.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[111605]: audit 2023-12-21T01:28:56.215317+0000 mon.a (mon.0) 495 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:28:57.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:56 smithi038 bash[111605]: cluster 2023-12-21T01:28:56.741492+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:58.187 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[112873]: debug 2023-12-21T01:28:57.868+0000 7fae6f52a700 -1 osd.5 0 waiting for initial osdmap 2023-12-21T01:28:58.187 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[112873]: debug 2023-12-21T01:28:57.876+0000 7fae7a746700 -1 osd.5 43 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:56.861821+0000 mon.a (mon.0) 496 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: cluster 2023-12-21T01:28:56.861895+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:56.862284+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:56.864055+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:56.864320+0000 mon.a (mon.0) 499 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:57.137601+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:57.323241+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:57.335201+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:57.759293+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: cephadm 2023-12-21T01:28:57.760072+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:58.188 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:57.760379+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:58.189 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:57.761233+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:58.189 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:57 smithi153 bash[108237]: audit 2023-12-21T01:28:57.762511+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:56.861821+0000 mon.a (mon.0) 496 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T01:28:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: cluster 2023-12-21T01:28:56.861895+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-21T01:28:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:56.862284+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:56.864055+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:56.864320+0000 mon.a (mon.0) 499 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:57.137601+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:56.861821+0000 mon.a (mon.0) 496 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T01:28:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: cluster 2023-12-21T01:28:56.861895+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-21T01:28:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:56.862284+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:56.864055+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:56.864320+0000 mon.a (mon.0) 499 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:28:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:57.137601+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:28:58.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:57.323241+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:58.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:57.323241+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:28:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:57.335201+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:57.759293+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: cephadm 2023-12-21T01:28:57.760072+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:57.760379+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:57.761233+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[111605]: audit 2023-12-21T01:28:57.762511+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:58.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:57.335201+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912596\", \"created\": \"2023-12-21T01:28:53.593169\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:52.153281\"}}, \"last_daemon_update\": \"2023-12-21T01:28:54.912674\", \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:28:58.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:57.759293+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:28:58.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: cephadm 2023-12-21T01:28:57.760072+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:28:58.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:57.760379+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:28:58.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:57.761233+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:28:58.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:57 smithi038 bash[108204]: audit 2023-12-21T01:28:57.762511+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[108204]: cluster 2023-12-21T01:28:57.211033+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[108204]: cluster 2023-12-21T01:28:57.211065+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[108204]: audit 2023-12-21T01:28:57.866501+0000 mon.a (mon.0) 506 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[108204]: cluster 2023-12-21T01:28:57.866553+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[108204]: audit 2023-12-21T01:28:57.870106+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[108204]: cluster 2023-12-21T01:28:58.741948+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[111605]: cluster 2023-12-21T01:28:57.211033+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[111605]: cluster 2023-12-21T01:28:57.211065+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:59.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[111605]: audit 2023-12-21T01:28:57.866501+0000 mon.a (mon.0) 506 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:28:59.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[111605]: cluster 2023-12-21T01:28:57.866553+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-21T01:28:59.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[111605]: audit 2023-12-21T01:28:57.870106+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:59.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:58 smithi038 bash[111605]: cluster 2023-12-21T01:28:58.741948+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:28:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:58 smithi153 bash[108237]: cluster 2023-12-21T01:28:57.211033+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:28:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:58 smithi153 bash[108237]: cluster 2023-12-21T01:28:57.211065+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:28:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:58 smithi153 bash[108237]: audit 2023-12-21T01:28:57.866501+0000 mon.a (mon.0) 506 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:28:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:58 smithi153 bash[108237]: cluster 2023-12-21T01:28:57.866553+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-21T01:28:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:58 smithi153 bash[108237]: audit 2023-12-21T01:28:57.870106+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:28:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:58 smithi153 bash[108237]: cluster 2023-12-21T01:28:58.741948+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-21T01:29:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: cluster 2023-12-21T01:28:58.886729+0000 mon.a (mon.0) 509 : cluster [INF] osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001] boot 2023-12-21T01:29:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: cluster 2023-12-21T01:28:58.886767+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2023-12-21T01:29:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: audit 2023-12-21T01:28:58.887079+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:29:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: audit 2023-12-21T01:28:59.180896+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.153:0/927199316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]: dispatch 2023-12-21T01:29:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: audit 2023-12-21T01:28:59.181437+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]: dispatch 2023-12-21T01:29:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: audit 2023-12-21T01:28:59.189256+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]': finished 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: cluster 2023-12-21T01:28:59.189321+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[108204]: audit 2023-12-21T01:28:59.189483+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: cluster 2023-12-21T01:28:58.886729+0000 mon.a (mon.0) 509 : cluster [INF] osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001] boot 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: cluster 2023-12-21T01:28:58.886767+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: audit 2023-12-21T01:28:58.887079+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: audit 2023-12-21T01:28:59.180896+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.153:0/927199316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]: dispatch 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: audit 2023-12-21T01:28:59.181437+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]: dispatch 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: audit 2023-12-21T01:28:59.189256+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]': finished 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: cluster 2023-12-21T01:28:59.189321+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2023-12-21T01:29:00.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:28:59 smithi038 bash[111605]: audit 2023-12-21T01:28:59.189483+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: cluster 2023-12-21T01:28:58.886729+0000 mon.a (mon.0) 509 : cluster [INF] osd.5 [v2:172.21.15.153:6808/1225250001,v1:172.21.15.153:6809/1225250001] boot 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: cluster 2023-12-21T01:28:58.886767+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: audit 2023-12-21T01:28:58.887079+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: audit 2023-12-21T01:28:59.180896+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.153:0/927199316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]: dispatch 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: audit 2023-12-21T01:28:59.181437+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]: dispatch 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: audit 2023-12-21T01:28:59.189256+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98ccd9e2-40e9-4c58-a90b-cfab6a377f7d"}]': finished 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: cluster 2023-12-21T01:28:59.189321+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2023-12-21T01:29:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:28:59 smithi153 bash[108237]: audit 2023-12-21T01:28:59.189483+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:01.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:00 smithi038 bash[108204]: audit 2023-12-21T01:28:59.944117+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.153:0/278751300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:29:01.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:00 smithi038 bash[108204]: cluster 2023-12-21T01:29:00.742241+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:01.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:00 smithi038 bash[111605]: audit 2023-12-21T01:28:59.944117+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.153:0/278751300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:29:01.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:00 smithi038 bash[111605]: cluster 2023-12-21T01:29:00.742241+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:00 smithi153 bash[108237]: audit 2023-12-21T01:28:59.944117+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.153:0/278751300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:29:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:00 smithi153 bash[108237]: cluster 2023-12-21T01:29:00.742241+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:02.514 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:02 smithi153 bash[108237]: audit 2023-12-21T01:29:02.195966+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:02.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:02 smithi038 bash[108204]: audit 2023-12-21T01:29:02.195966+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:02.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:02 smithi038 bash[111605]: audit 2023-12-21T01:29:02.195966+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:03.990 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:03 smithi153 bash[108237]: cluster 2023-12-21T01:29:02.742549+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:04.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:03 smithi038 bash[108204]: cluster 2023-12-21T01:29:02.742549+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:03 smithi038 bash[111605]: cluster 2023-12-21T01:29:02.742549+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:04.744 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:04 smithi153 systemd[1]: Stopping Ceph osd.5 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:29:04.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:04 smithi153 bash[108237]: audit 2023-12-21T01:29:03.745550+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T01:29:04.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:04 smithi153 bash[108237]: audit 2023-12-21T01:29:03.746446+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:04.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:04 smithi153 bash[108237]: cephadm 2023-12-21T01:29:03.747056+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-21T01:29:04.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:04 smithi153 bash[108237]: audit 2023-12-21T01:29:03.747382+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-21T01:29:04.995 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:04 smithi153 bash[112873]: debug 2023-12-21T01:29:04.741+0000 7fae7dfbd700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:29:04.996 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:04 smithi153 bash[112873]: debug 2023-12-21T01:29:04.741+0000 7fae7dfbd700 -1 osd.5 45 *** Got signal Terminated *** 2023-12-21T01:29:04.996 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:04 smithi153 bash[112873]: debug 2023-12-21T01:29:04.741+0000 7fae7dfbd700 -1 osd.5 45 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:29:05.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[111605]: audit 2023-12-21T01:29:03.745550+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T01:29:05.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[111605]: audit 2023-12-21T01:29:03.746446+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:05.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[111605]: cephadm 2023-12-21T01:29:03.747056+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-21T01:29:05.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[111605]: audit 2023-12-21T01:29:03.747382+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-21T01:29:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[108204]: audit 2023-12-21T01:29:03.745550+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T01:29:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[108204]: audit 2023-12-21T01:29:03.746446+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[108204]: cephadm 2023-12-21T01:29:03.747056+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.5 on smithi153 2023-12-21T01:29:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:04 smithi038 bash[108204]: audit 2023-12-21T01:29:03.747382+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-21T01:29:05.340 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:05 smithi153 podman[114007]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.5 2023-12-21T01:29:06.054 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:05 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.5.service: Succeeded. 2023-12-21T01:29:06.054 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:05 smithi153 systemd[1]: Stopped Ceph osd.5 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:06.054 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:05 smithi153 systemd[1]: Starting Ceph osd.5 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:29:06.054 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:05 smithi153 podman[114141]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-21T01:29:06.054 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:05 smithi153 systemd[1]: Started Ceph osd.5 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:06.054 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.742895+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.792642+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.792686+0000 mon.a (mon.0) 521 : cluster [INF] osd.5 failed (root=default,host=smithi153) (connection refused reported by osd.1) 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.792918+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.793070+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.793221+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.793429+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.793575+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.993042+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.993329+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.993521+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.993676+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.993843+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.994045+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.055 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.994246+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.994404+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.994543+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.994738+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:04.994897+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394183+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394319+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394372+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394495+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394580+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394728+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394833+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.394925+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.395016+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.395138+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.056 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:05 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.395195+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.742895+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.792642+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.792686+0000 mon.a (mon.0) 521 : cluster [INF] osd.5 failed (root=default,host=smithi153) (connection refused reported by osd.1) 2023-12-21T01:29:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.792918+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.793070+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.793221+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.793429+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.793575+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.993042+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.993329+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.993521+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.993676+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.993843+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.994045+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.994246+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.994404+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.994543+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.994738+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:04.994897+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394183+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394319+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394372+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394495+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394580+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394728+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.742895+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.792642+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.792686+0000 mon.a (mon.0) 521 : cluster [INF] osd.5 failed (root=default,host=smithi153) (connection refused reported by osd.1) 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.792918+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.793070+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.793221+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.793429+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.793575+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.993042+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.993329+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.993521+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.993676+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.993843+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.994045+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.994246+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.994404+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.994543+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.994738+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:04.994897+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394183+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394319+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394372+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394495+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394580+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394728+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-21T01:29:06.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394833+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.394925+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.395016+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.395138+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.395195+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394833+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.394925+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.395016+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.395138+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-21T01:29:06.223 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:05 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.395195+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-21T01:29:06.745 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[114156]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-21T01:29:06.745 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[114156]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-12-21T01:29:06.745 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[114156]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-21T01:29:06.745 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[114156]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-12-21T01:29:06.746 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[114156]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-21T01:29:06.746 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[114156]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-21T01:29:06.746 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[114156]: --> ceph-volume lvm activate successful for osd ID: 5 2023-12-21T01:29:07.144 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.757437+0000 mon.a (mon.0) 549 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:29:07.145 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: cluster 2023-12-21T01:29:05.770159+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2023-12-21T01:29:07.145 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: audit 2023-12-21T01:29:05.778135+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:07.145 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: audit 2023-12-21T01:29:05.964299+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:07.145 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: audit 2023-12-21T01:29:05.964834+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:07.145 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: audit 2023-12-21T01:29:05.976338+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:07.146 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: audit 2023-12-21T01:29:05.976851+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T01:29:07.146 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: audit 2023-12-21T01:29:05.977572+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:07.146 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:06 smithi153 bash[108237]: audit 2023-12-21T01:29:05.978404+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-21T01:29:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.757437+0000 mon.a (mon.0) 549 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:29:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: cluster 2023-12-21T01:29:05.770159+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2023-12-21T01:29:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: audit 2023-12-21T01:29:05.778135+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:07.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.757437+0000 mon.a (mon.0) 549 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:29:07.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: cluster 2023-12-21T01:29:05.770159+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2023-12-21T01:29:07.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: audit 2023-12-21T01:29:05.778135+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:07.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: audit 2023-12-21T01:29:05.964299+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:07.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: audit 2023-12-21T01:29:05.964834+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:07.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: audit 2023-12-21T01:29:05.976338+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:07.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: audit 2023-12-21T01:29:05.976851+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T01:29:07.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: audit 2023-12-21T01:29:05.977572+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:07.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[108204]: audit 2023-12-21T01:29:05.978404+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-21T01:29:07.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: audit 2023-12-21T01:29:05.964299+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:07.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: audit 2023-12-21T01:29:05.964834+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:07.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: audit 2023-12-21T01:29:05.976338+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:07.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: audit 2023-12-21T01:29:05.976851+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T01:29:07.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: audit 2023-12-21T01:29:05.977572+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:07.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:06 smithi038 bash[111605]: audit 2023-12-21T01:29:05.978404+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-21T01:29:07.422 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 5,6 on host 'smithi153' 2023-12-21T01:29:07.861 DEBUG:teuthology.orchestra.run.smithi153:osd.6> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.6.service 2023-12-21T01:29:07.866 INFO:tasks.cephadm:Deploying osd.7 on smithi153 with /dev/vg_nvme/lv_1... 2023-12-21T01:29:07.866 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-21T01:29:07.895 INFO:journalctl@ceph.osd.6.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:29:08.091 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:07 smithi153 bash[114391]: debug 2023-12-21T01:29:07.839+0000 7ff45aaf4ec0 -1 Falling back to public interface 2023-12-21T01:29:08.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:07 smithi153 bash[108237]: cephadm 2023-12-21T01:29:05.978144+0000 mgr.y (mgr.14142) 106 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-21T01:29:08.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:07 smithi153 bash[108237]: cluster 2023-12-21T01:29:06.743388+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:08.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:07 smithi153 bash[108237]: cluster 2023-12-21T01:29:06.816712+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2023-12-21T01:29:08.091 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:07 smithi153 bash[108237]: audit 2023-12-21T01:29:06.816922+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:08.091 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114528]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-21T01:29:08.092 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114528]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-12-21T01:29:08.092 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114528]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-21T01:29:08.092 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114528]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-12-21T01:29:08.092 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114528]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-21T01:29:08.092 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114528]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-21T01:29:08.092 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114528]: --> ceph-volume lvm activate successful for osd ID: 6 2023-12-21T01:29:08.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:07 smithi153 bash[108237]: audit 2023-12-21T01:29:07.410470+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:08.092 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:07 smithi153 bash[108237]: audit 2023-12-21T01:29:07.418370+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:08.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[111605]: cephadm 2023-12-21T01:29:05.978144+0000 mgr.y (mgr.14142) 106 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-21T01:29:08.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[111605]: cluster 2023-12-21T01:29:06.743388+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:08.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[111605]: cluster 2023-12-21T01:29:06.816712+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2023-12-21T01:29:08.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[111605]: audit 2023-12-21T01:29:06.816922+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:08.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[108204]: cephadm 2023-12-21T01:29:05.978144+0000 mgr.y (mgr.14142) 106 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-21T01:29:08.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[108204]: cluster 2023-12-21T01:29:06.743388+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:08.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[108204]: cluster 2023-12-21T01:29:06.816712+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2023-12-21T01:29:08.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[108204]: audit 2023-12-21T01:29:06.816922+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:08.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[108204]: audit 2023-12-21T01:29:07.410470+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:08.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[108204]: audit 2023-12-21T01:29:07.418370+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:08.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[111605]: audit 2023-12-21T01:29:07.410470+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:08.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:07 smithi038 bash[111605]: audit 2023-12-21T01:29:07.418370+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912429\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912524\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:54.912563\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_device_update\": \"2023-12-21T01:28:57.322670\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:08.611 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114391]: debug 2023-12-21T01:29:08.405+0000 7ff45aaf4ec0 -1 osd.5 45 log_to_monitors {default=true} 2023-12-21T01:29:08.611 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[114391]: debug 2023-12-21T01:29:08.411+0000 7ff44eac5700 -1 osd.5 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-21T01:29:08.935 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: audit 2023-12-21T01:29:07.866942+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:08.935 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: audit 2023-12-21T01:29:07.872027+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:08.935 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: audit 2023-12-21T01:29:07.872734+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:08.935 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: audit 2023-12-21T01:29:08.408834+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:29:08.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: audit 2023-12-21T01:29:08.409134+0000 mon.a (mon.0) 565 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:29:08.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: audit 2023-12-21T01:29:08.409664+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:08.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: audit 2023-12-21T01:29:08.409919+0000 mon.a (mon.0) 566 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:08.936 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:08 smithi153 bash[108237]: cluster 2023-12-21T01:29:08.743755+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:09.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: audit 2023-12-21T01:29:07.866942+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:09.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: audit 2023-12-21T01:29:07.866942+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:09.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: audit 2023-12-21T01:29:07.872027+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:09.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: audit 2023-12-21T01:29:07.872734+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:09.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: audit 2023-12-21T01:29:08.408834+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:29:09.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: audit 2023-12-21T01:29:08.409134+0000 mon.a (mon.0) 565 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:29:09.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: audit 2023-12-21T01:29:08.409664+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: audit 2023-12-21T01:29:08.409919+0000 mon.a (mon.0) 566 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[111605]: cluster 2023-12-21T01:29:08.743755+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: audit 2023-12-21T01:29:07.872027+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: audit 2023-12-21T01:29:07.872734+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: audit 2023-12-21T01:29:08.408834+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: audit 2023-12-21T01:29:08.409134+0000 mon.a (mon.0) 565 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: audit 2023-12-21T01:29:08.409664+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: audit 2023-12-21T01:29:08.409919+0000 mon.a (mon.0) 566 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:09.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:08 smithi038 bash[108204]: cluster 2023-12-21T01:29:08.743755+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:09.793 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-21T01:29:09.793 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-21T01:29:09.794 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2023-12-21T01:29:09.794 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2023-12-21T01:29:09.794 INFO:teuthology.orchestra.run.smithi153.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125866 s, 833 MB/s 2023-12-21T01:29:09.794 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2023-12-21T01:29:10.093 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:09 smithi153 bash[114884]: debug 2023-12-21T01:29:09.755+0000 7f3ec38cfec0 -1 Falling back to public interface 2023-12-21T01:29:10.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:09 smithi153 bash[108237]: cluster 2023-12-21T01:29:08.870621+0000 mon.a (mon.0) 567 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:29:10.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:09 smithi153 bash[108237]: cluster 2023-12-21T01:29:08.870648+0000 mon.a (mon.0) 568 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:10.093 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:09 smithi153 bash[108237]: cluster 2023-12-21T01:29:08.875088+0000 mon.a (mon.0) 569 : cluster [INF] osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267] boot 2023-12-21T01:29:10.094 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:09 smithi153 bash[108237]: cluster 2023-12-21T01:29:08.875147+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2023-12-21T01:29:10.094 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:09 smithi153 bash[108237]: audit 2023-12-21T01:29:08.875595+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:29:10.094 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:09 smithi153 bash[108237]: audit 2023-12-21T01:29:08.876144+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:10.152 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_1 2023-12-21T01:29:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[108204]: cluster 2023-12-21T01:29:08.870621+0000 mon.a (mon.0) 567 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:29:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[108204]: cluster 2023-12-21T01:29:08.870648+0000 mon.a (mon.0) 568 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[108204]: cluster 2023-12-21T01:29:08.875088+0000 mon.a (mon.0) 569 : cluster [INF] osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267] boot 2023-12-21T01:29:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[108204]: cluster 2023-12-21T01:29:08.875147+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2023-12-21T01:29:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[108204]: audit 2023-12-21T01:29:08.875595+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:29:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[108204]: audit 2023-12-21T01:29:08.876144+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:10.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[111605]: cluster 2023-12-21T01:29:08.870621+0000 mon.a (mon.0) 567 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:29:10.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[111605]: cluster 2023-12-21T01:29:08.870648+0000 mon.a (mon.0) 568 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:10.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[111605]: cluster 2023-12-21T01:29:08.875088+0000 mon.a (mon.0) 569 : cluster [INF] osd.5 [v2:172.21.15.153:6808/1248960267,v1:172.21.15.153:6809/1248960267] boot 2023-12-21T01:29:10.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[111605]: cluster 2023-12-21T01:29:08.875147+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2023-12-21T01:29:10.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[111605]: audit 2023-12-21T01:29:08.875595+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:29:10.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:09 smithi038 bash[111605]: audit 2023-12-21T01:29:08.876144+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:10.413 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:10 smithi153 bash[114884]: debug 2023-12-21T01:29:10.325+0000 7f3ec38cfec0 -1 osd.6 0 log_to_monitors {default=true} 2023-12-21T01:29:10.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:10 smithi153 bash[108237]: cluster 2023-12-21T01:29:09.880420+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2023-12-21T01:29:10.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:10 smithi153 bash[108237]: audit 2023-12-21T01:29:09.880606+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:10.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:10 smithi153 bash[108237]: audit 2023-12-21T01:29:10.330824+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:10.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:10 smithi153 bash[108237]: audit 2023-12-21T01:29:10.331301+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:10.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:10 smithi153 bash[108237]: cluster 2023-12-21T01:29:10.744225+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:11.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[108204]: cluster 2023-12-21T01:29:09.880420+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2023-12-21T01:29:11.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[108204]: audit 2023-12-21T01:29:09.880606+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:11.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[108204]: audit 2023-12-21T01:29:10.330824+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:11.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[108204]: audit 2023-12-21T01:29:10.331301+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:11.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[108204]: cluster 2023-12-21T01:29:10.744225+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:11.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[111605]: cluster 2023-12-21T01:29:09.880420+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2023-12-21T01:29:11.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[111605]: audit 2023-12-21T01:29:09.880606+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:11.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[111605]: audit 2023-12-21T01:29:10.330824+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:11.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[111605]: audit 2023-12-21T01:29:10.331301+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:11.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:10 smithi038 bash[111605]: cluster 2023-12-21T01:29:10.744225+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:12.122 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[114884]: debug 2023-12-21T01:29:11.897+0000 7f3ea867c700 -1 osd.6 0 waiting for initial osdmap 2023-12-21T01:29:12.122 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[114884]: debug 2023-12-21T01:29:11.905+0000 7f3eb3898700 -1 osd.6 51 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-21T01:29:12.122 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:10.891162+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: cluster 2023-12-21T01:29:10.891241+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:10.891603+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:10.891662+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:10.892249+0000 mon.a (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:10.986323+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:11.183245+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:11.187974+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:11.189473+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:11.489402+0000 mgr.y (mgr.14142) 110 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: cephadm 2023-12-21T01:29:11.490143+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:11.490426+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:11.491276+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:12.123 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:11 smithi153 bash[108237]: audit 2023-12-21T01:29:11.492562+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:10.891162+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T01:29:12.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: cluster 2023-12-21T01:29:10.891241+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-21T01:29:12.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:10.891603+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:12.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:10.891662+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:12.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:10.892249+0000 mon.a (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:10.986323+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:10.891162+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: cluster 2023-12-21T01:29:10.891241+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:10.891603+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:10.891662+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:10.892249+0000 mon.a (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:10.986323+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:11.183245+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:12.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:11.183245+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:12.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:11.187974+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:12.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:11.189473+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:11.187974+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866020\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866113\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866154\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:07.866190\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:07.866280\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:11.189473+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:11.489402+0000 mgr.y (mgr.14142) 110 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: cephadm 2023-12-21T01:29:11.490143+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:11.490426+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:11.491276+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[111605]: audit 2023-12-21T01:29:11.492562+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:11.489402+0000 mgr.y (mgr.14142) 110 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: cephadm 2023-12-21T01:29:11.490143+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Applying osd on host smithi153... 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:11.490426+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T01:29:12.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:11.491276+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:12.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:11 smithi038 bash[108204]: audit 2023-12-21T01:29:11.492562+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:13.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: cluster 2023-12-21T01:29:11.349932+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:29:13.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: cluster 2023-12-21T01:29:11.349973+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:29:13.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: audit 2023-12-21T01:29:11.896077+0000 mon.a (mon.0) 587 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:29:13.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: cluster 2023-12-21T01:29:11.896141+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-21T01:29:13.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: audit 2023-12-21T01:29:11.897562+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:13.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: cluster 2023-12-21T01:29:11.349932+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:29:13.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: cluster 2023-12-21T01:29:11.349973+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:29:13.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: audit 2023-12-21T01:29:11.896077+0000 mon.a (mon.0) 587 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:29:13.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: cluster 2023-12-21T01:29:11.896141+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-21T01:29:13.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: audit 2023-12-21T01:29:11.897562+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:13.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: audit 2023-12-21T01:29:12.646798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"58845aa4092c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645989\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:08.642875\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:12.646082\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:13.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: audit 2023-12-21T01:29:12.646798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"58845aa4092c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645989\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:08.642875\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:12.646082\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:13.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: audit 2023-12-21T01:29:12.651533+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"58845aa4092c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645989\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:08.642875\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:12.646082\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:13.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[108204]: cluster 2023-12-21T01:29:12.744511+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:13.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: audit 2023-12-21T01:29:12.651533+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"58845aa4092c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645989\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:08.642875\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:12.646082\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:13.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:12 smithi038 bash[111605]: cluster 2023-12-21T01:29:12.744511+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: cluster 2023-12-21T01:29:11.349932+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: cluster 2023-12-21T01:29:11.349973+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: audit 2023-12-21T01:29:11.896077+0000 mon.a (mon.0) 587 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: cluster 2023-12-21T01:29:11.896141+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: audit 2023-12-21T01:29:11.897562+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: audit 2023-12-21T01:29:12.646798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"58845aa4092c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645989\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:08.642875\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:12.646082\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: audit 2023-12-21T01:29:12.651533+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"58845aa4092c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645989\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:08.642875\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:05.976615\"}}, \"last_daemon_update\": \"2023-12-21T01:29:12.646082\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:13.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:12 smithi153 bash[108237]: cluster 2023-12-21T01:29:12.744511+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2023-12-21T01:29:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: cluster 2023-12-21T01:29:12.912913+0000 mon.a (mon.0) 592 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063] boot 2023-12-21T01:29:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: cluster 2023-12-21T01:29:12.912978+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e52: 7 total, 7 up, 7 in 2023-12-21T01:29:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: audit 2023-12-21T01:29:12.913553+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: audit 2023-12-21T01:29:13.047298+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.153:0/2538465560' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]: dispatch 2023-12-21T01:29:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: audit 2023-12-21T01:29:13.047872+0000 mon.a (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]: dispatch 2023-12-21T01:29:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: audit 2023-12-21T01:29:13.065870+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]': finished 2023-12-21T01:29:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: cluster 2023-12-21T01:29:13.065937+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: audit 2023-12-21T01:29:13.066097+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: cluster 2023-12-21T01:29:13.649720+0000 mon.a (mon.0) 599 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[108204]: audit 2023-12-21T01:29:13.863424+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.153:0/3971306213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: cluster 2023-12-21T01:29:12.912913+0000 mon.a (mon.0) 592 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063] boot 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: cluster 2023-12-21T01:29:12.912978+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e52: 7 total, 7 up, 7 in 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: audit 2023-12-21T01:29:12.913553+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: audit 2023-12-21T01:29:13.047298+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.153:0/2538465560' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]: dispatch 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: audit 2023-12-21T01:29:13.047872+0000 mon.a (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]: dispatch 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: audit 2023-12-21T01:29:13.065870+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]': finished 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: cluster 2023-12-21T01:29:13.065937+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: audit 2023-12-21T01:29:13.066097+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:14.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: cluster 2023-12-21T01:29:13.649720+0000 mon.a (mon.0) 599 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:29:14.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:13 smithi038 bash[111605]: audit 2023-12-21T01:29:13.863424+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.153:0/3971306213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:29:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: cluster 2023-12-21T01:29:12.912913+0000 mon.a (mon.0) 592 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2801164063,v1:172.21.15.153:6817/2801164063] boot 2023-12-21T01:29:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: cluster 2023-12-21T01:29:12.912978+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e52: 7 total, 7 up, 7 in 2023-12-21T01:29:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: audit 2023-12-21T01:29:12.913553+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: audit 2023-12-21T01:29:13.047298+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.153:0/2538465560' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]: dispatch 2023-12-21T01:29:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: audit 2023-12-21T01:29:13.047872+0000 mon.a (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]: dispatch 2023-12-21T01:29:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: audit 2023-12-21T01:29:13.065870+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6789bf1b-f41e-460b-a5dc-953cffe260f5"}]': finished 2023-12-21T01:29:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: cluster 2023-12-21T01:29:13.065937+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2023-12-21T01:29:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: audit 2023-12-21T01:29:13.066097+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: cluster 2023-12-21T01:29:13.649720+0000 mon.a (mon.0) 599 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-21T01:29:14.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:13 smithi153 bash[108237]: audit 2023-12-21T01:29:13.863424+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.153:0/3971306213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T01:29:15.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:15 smithi038 bash[108204]: cluster 2023-12-21T01:29:14.075927+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-21T01:29:15.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:15 smithi038 bash[108204]: audit 2023-12-21T01:29:14.076081+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:15.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:15 smithi038 bash[108204]: cluster 2023-12-21T01:29:14.744877+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:15.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:15 smithi038 bash[111605]: cluster 2023-12-21T01:29:14.075927+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-21T01:29:15.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:15 smithi038 bash[111605]: audit 2023-12-21T01:29:14.076081+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:15.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:15 smithi038 bash[111605]: cluster 2023-12-21T01:29:14.744877+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:15.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:15 smithi153 bash[108237]: cluster 2023-12-21T01:29:14.075927+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-21T01:29:15.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:15 smithi153 bash[108237]: audit 2023-12-21T01:29:14.076081+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:15.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:15 smithi153 bash[108237]: cluster 2023-12-21T01:29:14.744877+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:16.378 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:16 smithi153 bash[108237]: cluster 2023-12-21T01:29:15.064392+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-21T01:29:16.378 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:16 smithi153 bash[108237]: cluster 2023-12-21T01:29:15.064423+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:16.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:16 smithi038 bash[108204]: cluster 2023-12-21T01:29:15.064392+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-21T01:29:16.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:16 smithi038 bash[108204]: cluster 2023-12-21T01:29:15.064423+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:16.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:16 smithi038 bash[111605]: cluster 2023-12-21T01:29:15.064392+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-21T01:29:16.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:16 smithi038 bash[111605]: cluster 2023-12-21T01:29:15.064423+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:17.417 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:17 smithi153 bash[108237]: audit 2023-12-21T01:29:16.110564+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:17.417 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:17 smithi153 bash[108237]: cluster 2023-12-21T01:29:16.745357+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:17.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:17 smithi038 bash[108204]: audit 2023-12-21T01:29:16.110564+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:17.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:17 smithi038 bash[108204]: cluster 2023-12-21T01:29:16.745357+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:17.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:17 smithi038 bash[111605]: audit 2023-12-21T01:29:16.110564+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:17.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:17 smithi038 bash[111605]: cluster 2023-12-21T01:29:16.745357+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:18.424 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:18 smithi153 bash[108237]: audit 2023-12-21T01:29:17.752057+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T01:29:18.424 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:18 smithi153 bash[108237]: audit 2023-12-21T01:29:17.755074+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:18.424 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:18 smithi153 bash[108237]: cephadm 2023-12-21T01:29:17.755650+0000 mgr.y (mgr.14142) 115 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-21T01:29:18.425 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:18 smithi153 bash[108237]: audit 2023-12-21T01:29:17.755953+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-21T01:29:18.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[108204]: audit 2023-12-21T01:29:17.752057+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T01:29:18.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[108204]: audit 2023-12-21T01:29:17.755074+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:18.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[108204]: cephadm 2023-12-21T01:29:17.755650+0000 mgr.y (mgr.14142) 115 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-21T01:29:18.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[108204]: audit 2023-12-21T01:29:17.755953+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-21T01:29:18.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[111605]: audit 2023-12-21T01:29:17.752057+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T01:29:18.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[111605]: audit 2023-12-21T01:29:17.755074+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:18.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[111605]: cephadm 2023-12-21T01:29:17.755650+0000 mgr.y (mgr.14142) 115 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-21T01:29:18.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:18 smithi038 bash[111605]: audit 2023-12-21T01:29:17.755953+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-21T01:29:18.675 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:18 smithi153 systemd[1]: Stopping Ceph osd.6 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:29:18.995 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:18 smithi153 bash[114884]: debug 2023-12-21T01:29:18.672+0000 7f3ebb117700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:29:18.995 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:18 smithi153 bash[114884]: debug 2023-12-21T01:29:18.672+0000 7f3ebb117700 -1 osd.6 54 *** Got signal Terminated *** 2023-12-21T01:29:18.995 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:18 smithi153 bash[114884]: debug 2023-12-21T01:29:18.672+0000 7f3ebb117700 -1 osd.6 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:29:18.995 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:18 smithi153 podman[116212]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.6 2023-12-21T01:29:19.322 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.714474+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.322 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.714527+0000 mon.a (mon.0) 609 : cluster [INF] osd.6 failed (root=default,host=smithi153) (connection refused reported by osd.2) 2023-12-21T01:29:19.322 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.714769+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.322 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.714945+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.322 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.715114+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.715275+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.715488+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.715640+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.715842+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.745760+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.915091+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.915304+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.915388+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.915533+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.915623+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.915746+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.915911+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.916013+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.916101+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.323 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.916193+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.324 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.916328+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.324 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:19 smithi153 bash[108237]: cluster 2023-12-21T01:29:18.916481+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.714474+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.714527+0000 mon.a (mon.0) 609 : cluster [INF] osd.6 failed (root=default,host=smithi153) (connection refused reported by osd.2) 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.714769+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.714945+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.715114+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.715275+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.715488+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.715640+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.715842+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.745760+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.915091+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.915304+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.915388+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.915533+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.915623+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.915746+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.915911+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.916013+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.916101+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.916193+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.916328+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[108204]: cluster 2023-12-21T01:29:18.916481+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.714474+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.714527+0000 mon.a (mon.0) 609 : cluster [INF] osd.6 failed (root=default,host=smithi153) (connection refused reported by osd.2) 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.714769+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.714945+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.715114+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.715275+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.715488+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.715640+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.715842+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.745760+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-21T01:29:19.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.915091+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.915304+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.915388+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.915533+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.915623+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.915746+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.915911+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.916013+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.916101+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.916193+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.916328+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-21T01:29:19.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:19 smithi038 bash[111605]: cluster 2023-12-21T01:29:18.916481+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-21T01:29:19.907 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:19 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.6.service: Succeeded. 2023-12-21T01:29:19.907 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:19 smithi153 systemd[1]: Stopped Ceph osd.6 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:19.907 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:19 smithi153 systemd[1]: Starting Ceph osd.6 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:29:19.907 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:19 smithi153 podman[116347]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-21T01:29:19.907 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:19 smithi153 systemd[1]: Started Ceph osd.6 for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: cluster 2023-12-21T01:29:19.125292+0000 mon.a (mon.0) 629 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: cluster 2023-12-21T01:29:19.138648+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e55: 8 total, 6 up, 7 in 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: audit 2023-12-21T01:29:19.138837+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: audit 2023-12-21T01:29:19.816336+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: audit 2023-12-21T01:29:19.816907+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: audit 2023-12-21T01:29:19.821332+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: audit 2023-12-21T01:29:19.822141+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: audit 2023-12-21T01:29:19.823094+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:20.203 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[108237]: audit 2023-12-21T01:29:19.824106+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-21T01:29:20.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: cluster 2023-12-21T01:29:19.125292+0000 mon.a (mon.0) 629 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:29:20.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: cluster 2023-12-21T01:29:19.138648+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e55: 8 total, 6 up, 7 in 2023-12-21T01:29:20.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: audit 2023-12-21T01:29:19.138837+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:20.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: cluster 2023-12-21T01:29:19.125292+0000 mon.a (mon.0) 629 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-21T01:29:20.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: cluster 2023-12-21T01:29:19.138648+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e55: 8 total, 6 up, 7 in 2023-12-21T01:29:20.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: audit 2023-12-21T01:29:19.138837+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:20.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: audit 2023-12-21T01:29:19.816336+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:20.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: audit 2023-12-21T01:29:19.816907+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:20.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: audit 2023-12-21T01:29:19.816336+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:20.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: audit 2023-12-21T01:29:19.816907+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:20.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: audit 2023-12-21T01:29:19.821332+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:20.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: audit 2023-12-21T01:29:19.822141+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T01:29:20.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: audit 2023-12-21T01:29:19.823094+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:20.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[108204]: audit 2023-12-21T01:29:19.824106+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-21T01:29:20.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: audit 2023-12-21T01:29:19.821332+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645757\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645876\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645918\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:12.645954\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:20.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: audit 2023-12-21T01:29:19.822141+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T01:29:20.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: audit 2023-12-21T01:29:19.823094+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:20.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:20 smithi038 bash[111605]: audit 2023-12-21T01:29:19.824106+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-21T01:29:20.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[116364]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-21T01:29:20.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[116364]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-12-21T01:29:20.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[116364]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-21T01:29:20.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[116364]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-12-21T01:29:20.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[116364]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-21T01:29:20.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[116364]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-21T01:29:20.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:20 smithi153 bash[116364]: --> ceph-volume lvm activate successful for osd ID: 6 2023-12-21T01:29:21.179 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:21 smithi153 bash[108237]: cephadm 2023-12-21T01:29:19.823812+0000 mgr.y (mgr.14142) 117 : cephadm [INF] Deploying daemon osd.7 on smithi153 2023-12-21T01:29:21.179 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:21 smithi153 bash[108237]: cluster 2023-12-21T01:29:20.141428+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-21T01:29:21.179 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:21 smithi153 bash[108237]: audit 2023-12-21T01:29:20.143175+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:21.179 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:21 smithi153 bash[108237]: cluster 2023-12-21T01:29:20.746132+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v127: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:21.360 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 6,7 on host 'smithi153' 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[108204]: cephadm 2023-12-21T01:29:19.823812+0000 mgr.y (mgr.14142) 117 : cephadm [INF] Deploying daemon osd.7 on smithi153 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[108204]: cluster 2023-12-21T01:29:20.141428+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[108204]: audit 2023-12-21T01:29:20.143175+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[108204]: cluster 2023-12-21T01:29:20.746132+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v127: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[111605]: cephadm 2023-12-21T01:29:19.823812+0000 mgr.y (mgr.14142) 117 : cephadm [INF] Deploying daemon osd.7 on smithi153 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[111605]: cluster 2023-12-21T01:29:20.141428+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[111605]: audit 2023-12-21T01:29:20.143175+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:21.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:21 smithi038 bash[111605]: cluster 2023-12-21T01:29:20.746132+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v127: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:21.745 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:21 smithi153 bash[116621]: debug 2023-12-21T01:29:21.605+0000 7f55ec70bec0 -1 Falling back to public interface 2023-12-21T01:29:21.959 DEBUG:teuthology.orchestra.run.smithi153:osd.7> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.7.service 2023-12-21T01:29:21.962 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-21T01:29:21.962 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T01:29:21.992 INFO:journalctl@ceph.osd.7.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:29:22.249 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[108204]: audit 2023-12-21T01:29:21.217679+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_daemon_update\": \"2023-12-21T01:29:21.216957\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:22.250 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[111605]: audit 2023-12-21T01:29:21.217679+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_daemon_update\": \"2023-12-21T01:29:21.216957\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:22.250 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[111605]: audit 2023-12-21T01:29:21.220782+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_daemon_update\": \"2023-12-21T01:29:21.216957\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:22.250 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[111605]: audit 2023-12-21T01:29:21.348852+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:22.251 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[111605]: audit 2023-12-21T01:29:21.349473+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:22.251 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[111605]: audit 2023-12-21T01:29:21.356412+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:22.251 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[108204]: audit 2023-12-21T01:29:21.220782+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_daemon_update\": \"2023-12-21T01:29:21.216957\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:22.251 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[108204]: audit 2023-12-21T01:29:21.348852+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:22.251 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[108204]: audit 2023-12-21T01:29:21.349473+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:22.251 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:22 smithi038 bash[108204]: audit 2023-12-21T01:29:21.356412+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116621]: debug 2023-12-21T01:29:22.175+0000 7f55ec70bec0 -1 osd.6 54 log_to_monitors {default=true} 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116621]: debug 2023-12-21T01:29:22.184+0000 7f55dc6d4700 -1 osd.6 54 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116804]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116804]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116804]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116804]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116804]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-21T01:29:22.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116804]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-21T01:29:22.496 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[116804]: --> ceph-volume lvm activate successful for osd ID: 7 2023-12-21T01:29:22.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[108237]: audit 2023-12-21T01:29:21.217679+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_daemon_update\": \"2023-12-21T01:29:21.216957\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:22.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[108237]: audit 2023-12-21T01:29:21.220782+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}}, \"last_daemon_update\": \"2023-12-21T01:29:21.216957\", \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:22.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[108237]: audit 2023-12-21T01:29:21.348852+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:22.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[108237]: audit 2023-12-21T01:29:21.349473+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:22.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:22 smithi153 bash[108237]: audit 2023-12-21T01:29:21.356412+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216643\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216738\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216777\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216830\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:21.216864\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_device_update\": \"2023-12-21T01:29:11.182563\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:23.132 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:29:23.426 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[117190]: debug 2023-12-21T01:29:23.223+0000 7f78525b0ec0 -1 Falling back to public interface 2023-12-21T01:29:23.426 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:22.179827+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:22.180269+0000 mon.a (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:22.180837+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:22.181026+0000 mon.a (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:22.732830+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:22.740364+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:22.740950+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: cluster 2023-12-21T01:29:22.746429+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v128: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:23.427 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[108237]: audit 2023-12-21T01:29:23.130899+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.38:0/3128956983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:23.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:22.179827+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:23.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:22.180269+0000 mon.a (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:23.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:22.180837+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:23.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:22.181026+0000 mon.a (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:22.179827+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:22.180269+0000 mon.a (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T01:29:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:22.180837+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:22.181026+0000 mon.a (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:22.732830+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:23.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:22.732830+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:22.740364+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:22.740950+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: cluster 2023-12-21T01:29:22.746429+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v128: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[111605]: audit 2023-12-21T01:29:23.130899+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.38:0/3128956983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:22.740364+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:22.740950+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: cluster 2023-12-21T01:29:22.746429+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v128: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:23.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:23 smithi038 bash[108204]: audit 2023-12-21T01:29:23.130899+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.38:0/3128956983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:23.509 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":56,"num_osds":8,"num_up_osds":6,"osd_up_since":1703122159,"num_in_osds":7,"osd_in_since":1703122152,"num_remapped_pgs":0} 2023-12-21T01:29:24.219 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:23 smithi153 bash[117190]: debug 2023-12-21T01:29:23.773+0000 7f78525b0ec0 -1 osd.7 0 log_to_monitors {default=true} 2023-12-21T01:29:24.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: cluster 2023-12-21T01:29:23.160819+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:29:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: cluster 2023-12-21T01:29:23.160844+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: cluster 2023-12-21T01:29:23.173861+0000 mon.a (mon.0) 653 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631] boot 2023-12-21T01:29:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: cluster 2023-12-21T01:29:23.173911+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2023-12-21T01:29:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: audit 2023-12-21T01:29:23.177028+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: audit 2023-12-21T01:29:23.177350+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: audit 2023-12-21T01:29:23.777332+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T01:29:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:24 smithi153 bash[108237]: audit 2023-12-21T01:29:23.777565+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T01:29:24.511 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: cluster 2023-12-21T01:29:23.160819+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: cluster 2023-12-21T01:29:23.160844+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: cluster 2023-12-21T01:29:23.173861+0000 mon.a (mon.0) 653 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631] boot 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: cluster 2023-12-21T01:29:23.173911+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: audit 2023-12-21T01:29:23.177028+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: audit 2023-12-21T01:29:23.177350+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: audit 2023-12-21T01:29:23.777332+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T01:29:24.544 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[111605]: audit 2023-12-21T01:29:23.777565+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: cluster 2023-12-21T01:29:23.160819+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: cluster 2023-12-21T01:29:23.160844+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: cluster 2023-12-21T01:29:23.173861+0000 mon.a (mon.0) 653 : cluster [INF] osd.6 [v2:172.21.15.153:6816/2208393631,v1:172.21.15.153:6817/2208393631] boot 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: cluster 2023-12-21T01:29:23.173911+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: audit 2023-12-21T01:29:23.177028+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: audit 2023-12-21T01:29:23.177350+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: audit 2023-12-21T01:29:23.777332+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T01:29:24.545 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:24 smithi038 bash[108204]: audit 2023-12-21T01:29:23.777565+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T01:29:25.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:24.204712+0000 mon.a (mon.0) 658 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T01:29:25.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: cluster 2023-12-21T01:29:24.204775+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-21T01:29:25.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:24.205344+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:25.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:24.211721+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:25.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:24.212177+0000 mon.a (mon.0) 661 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:25.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:24.715030+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:25.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: cluster 2023-12-21T01:29:24.731890+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:29:25.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: cluster 2023-12-21T01:29:24.731929+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:29:25.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: cluster 2023-12-21T01:29:24.746693+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:25.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:24.204712+0000 mon.a (mon.0) 658 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T01:29:25.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: cluster 2023-12-21T01:29:24.204775+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-21T01:29:25.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:24.205344+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:25.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:24.211721+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:25.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:24.212177+0000 mon.a (mon.0) 661 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:25.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:24.715030+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:25.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: cluster 2023-12-21T01:29:24.731890+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:29:25.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: cluster 2023-12-21T01:29:24.731929+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:29:25.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: cluster 2023-12-21T01:29:24.746693+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:25.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:24.896180+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:25.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:24.899471+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:25.205356+0000 mon.a (mon.0) 665 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: cluster 2023-12-21T01:29:25.205410+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[108204]: audit 2023-12-21T01:29:25.205508+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:24.896180+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:24.899471+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:25.205356+0000 mon.a (mon.0) 665 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: cluster 2023-12-21T01:29:25.205410+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-21T01:29:25.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:25 smithi038 bash[111605]: audit 2023-12-21T01:29:25.205508+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:25.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[117190]: debug 2023-12-21T01:29:25.206+0000 7f783735d700 -1 osd.7 0 waiting for initial osdmap 2023-12-21T01:29:25.495 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[117190]: debug 2023-12-21T01:29:25.214+0000 7f7842579700 -1 osd.7 59 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:24.204712+0000 mon.a (mon.0) 658 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: cluster 2023-12-21T01:29:24.204775+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:24.205344+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:24.211721+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:24.212177+0000 mon.a (mon.0) 661 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:24.715030+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: cluster 2023-12-21T01:29:24.731890+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T01:29:25.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: cluster 2023-12-21T01:29:24.731929+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T01:29:25.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: cluster 2023-12-21T01:29:24.746693+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:25.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:24.896180+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:25.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:24.899471+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}}, \"last_daemon_update\": \"2023-12-21T01:29:22.732127\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:25.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:25.205356+0000 mon.a (mon.0) 665 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-21T01:29:25.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: cluster 2023-12-21T01:29:25.205410+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-21T01:29:25.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:25 smithi153 bash[108237]: audit 2023-12-21T01:29:25.205508+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:25.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:29:26.076 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":59,"num_osds":8,"num_up_osds":7,"osd_up_since":1703122163,"num_in_osds":7,"osd_in_since":1703122152,"num_remapped_pgs":0} 2023-12-21T01:29:26.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[108204]: audit 2023-12-21T01:29:25.680188+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.38:0/1873542288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:26.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[108204]: cluster 2023-12-21T01:29:26.216022+0000 mon.a (mon.0) 669 : cluster [INF] osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766] boot 2023-12-21T01:29:26.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[108204]: cluster 2023-12-21T01:29:26.216072+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-21T01:29:26.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[108204]: audit 2023-12-21T01:29:26.216218+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:26.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[111605]: audit 2023-12-21T01:29:25.680188+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.38:0/1873542288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:26.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[111605]: cluster 2023-12-21T01:29:26.216022+0000 mon.a (mon.0) 669 : cluster [INF] osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766] boot 2023-12-21T01:29:26.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[111605]: cluster 2023-12-21T01:29:26.216072+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-21T01:29:26.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:26 smithi038 bash[111605]: audit 2023-12-21T01:29:26.216218+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:26.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:26 smithi153 bash[108237]: audit 2023-12-21T01:29:25.680188+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.38:0/1873542288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:26.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:26 smithi153 bash[108237]: cluster 2023-12-21T01:29:26.216022+0000 mon.a (mon.0) 669 : cluster [INF] osd.7 [v2:172.21.15.153:6824/3228006766,v1:172.21.15.153:6825/3228006766] boot 2023-12-21T01:29:26.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:26 smithi153 bash[108237]: cluster 2023-12-21T01:29:26.216072+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-21T01:29:26.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:26 smithi153 bash[108237]: audit 2023-12-21T01:29:26.216218+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:29:27.077 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T01:29:27.386 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:27 smithi038 bash[111605]: cluster 2023-12-21T01:29:26.747163+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 3.9 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:27.386 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:27 smithi038 bash[111605]: cluster 2023-12-21T01:29:27.214075+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-21T01:29:27.386 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:27 smithi038 bash[108204]: cluster 2023-12-21T01:29:26.747163+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 3.9 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:27.386 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:27 smithi038 bash[108204]: cluster 2023-12-21T01:29:27.214075+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-21T01:29:27.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:27 smithi153 bash[108237]: cluster 2023-12-21T01:29:26.747163+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 3.9 MiB used, 619 GiB / 626 GiB avail 2023-12-21T01:29:27.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:27 smithi153 bash[108237]: cluster 2023-12-21T01:29:27.214075+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-21T01:29:28.196 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:29:28.564 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":61,"num_osds":8,"num_up_osds":8,"osd_up_since":1703122166,"num_in_osds":8,"osd_in_since":1703122166,"num_remapped_pgs":0} 2023-12-21T01:29:28.564 INFO:tasks.cephadm:Adding prometheus.a on smithi153 2023-12-21T01:29:28.565 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch apply prometheus '1;smithi153=a' 2023-12-21T01:29:28.761 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:28 smithi038 bash[108204]: audit 2023-12-21T01:29:28.194744+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.38:0/3802522147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:28.969 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:28 smithi153 bash[108237]: audit 2023-12-21T01:29:28.194744+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.38:0/3802522147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:29.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:28 smithi038 bash[111605]: audit 2023-12-21T01:29:28.194744+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.38:0/3802522147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T01:29:29.695 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled prometheus update... 2023-12-21T01:29:29.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:29 smithi153 bash[108237]: cluster 2023-12-21T01:29:28.747537+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:29.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:29 smithi153 bash[108237]: cluster 2023-12-21T01:29:28.752008+0000 mon.a (mon.0) 674 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-21T01:29:29.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:29 smithi153 bash[108237]: audit 2023-12-21T01:29:29.682099+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-21T01:29:29.681730\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-21T01:29:29.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:29 smithi153 bash[108237]: audit 2023-12-21T01:29:29.689403+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-21T01:29:29.681730\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-21T01:29:30.057 DEBUG:teuthology.orchestra.run.smithi153:prometheus.a> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@prometheus.a.service 2023-12-21T01:29:30.059 INFO:tasks.cephadm:Adding node-exporter.a on smithi038 2023-12-21T01:29:30.060 INFO:tasks.cephadm:Adding node-exporter.b on smithi153 2023-12-21T01:29:30.060 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch apply node-exporter '2;smithi038=a;smithi153=b' 2023-12-21T01:29:30.091 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:29:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[108204]: cluster 2023-12-21T01:29:28.747537+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[108204]: cluster 2023-12-21T01:29:28.752008+0000 mon.a (mon.0) 674 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-21T01:29:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[108204]: audit 2023-12-21T01:29:29.682099+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-21T01:29:29.681730\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-21T01:29:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[108204]: audit 2023-12-21T01:29:29.689403+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-21T01:29:29.681730\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-21T01:29:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[111605]: cluster 2023-12-21T01:29:28.747537+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[111605]: cluster 2023-12-21T01:29:28.752008+0000 mon.a (mon.0) 674 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-21T01:29:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[111605]: audit 2023-12-21T01:29:29.682099+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-21T01:29:29.681730\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-21T01:29:30.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:29 smithi038 bash[111605]: audit 2023-12-21T01:29:29.689403+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-21T01:29:29.681730\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-21T01:29:31.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:30 smithi038 bash[108204]: audit 2023-12-21T01:29:29.681158+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:31.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:30 smithi038 bash[108204]: cephadm 2023-12-21T01:29:29.681715+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi153=a 2023-12-21T01:29:31.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:30 smithi038 bash[108204]: cephadm 2023-12-21T01:29:29.693185+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-21T01:29:31.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:30 smithi038 bash[111605]: audit 2023-12-21T01:29:29.681158+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:31.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:30 smithi038 bash[111605]: cephadm 2023-12-21T01:29:29.681715+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi153=a 2023-12-21T01:29:31.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:30 smithi038 bash[111605]: cephadm 2023-12-21T01:29:29.693185+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-21T01:29:31.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:30 smithi153 bash[108237]: audit 2023-12-21T01:29:29.681158+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:31.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:30 smithi153 bash[108237]: cephadm 2023-12-21T01:29:29.681715+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi153=a 2023-12-21T01:29:31.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:30 smithi153 bash[108237]: cephadm 2023-12-21T01:29:29.693185+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Deploying daemon prometheus.a on smithi153 2023-12-21T01:29:31.291 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled node-exporter update... 2023-12-21T01:29:31.650 DEBUG:teuthology.orchestra.run.smithi038:node-exporter.a> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@node-exporter.a.service 2023-12-21T01:29:31.653 DEBUG:teuthology.orchestra.run.smithi153:node-exporter.b> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@node-exporter.b.service 2023-12-21T01:29:31.655 INFO:tasks.cephadm:Adding alertmanager.a on smithi038 2023-12-21T01:29:31.655 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch apply alertmanager '1;smithi038=a' 2023-12-21T01:29:31.683 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:29:31.691 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:29:31.900 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:31 smithi153 bash[108237]: cluster 2023-12-21T01:29:30.747944+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:31.900 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:31 smithi153 bash[108237]: audit 2023-12-21T01:29:31.281413+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-21T01:29:31.281071\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-21T01:29:31.900 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:31 smithi153 bash[108237]: audit 2023-12-21T01:29:31.289173+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-21T01:29:31.281071\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-21T01:29:31.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:31 smithi038 bash[111605]: cluster 2023-12-21T01:29:30.747944+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:31.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:31 smithi038 bash[111605]: audit 2023-12-21T01:29:31.281413+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-21T01:29:31.281071\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-21T01:29:31.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:31 smithi038 bash[111605]: audit 2023-12-21T01:29:31.289173+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-21T01:29:31.281071\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-21T01:29:31.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:31 smithi038 bash[108204]: cluster 2023-12-21T01:29:30.747944+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:31.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:31 smithi038 bash[108204]: audit 2023-12-21T01:29:31.281413+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-21T01:29:31.281071\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-21T01:29:31.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:31 smithi038 bash[108204]: audit 2023-12-21T01:29:31.289173+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-21T01:29:31.281071\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi153\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-21T01:29:32.812 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled alertmanager update... 2023-12-21T01:29:33.115 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:32 smithi153 bash[108237]: audit 2023-12-21T01:29:31.280447+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi038=a;smithi153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:33.115 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:32 smithi153 bash[108237]: cephadm 2023-12-21T01:29:31.281057+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi038=a,smithi153=b 2023-12-21T01:29:33.166 DEBUG:teuthology.orchestra.run.smithi038:alertmanager.a> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@alertmanager.a.service 2023-12-21T01:29:33.168 INFO:tasks.cephadm:Adding grafana.a on smithi153 2023-12-21T01:29:33.169 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph orch apply grafana '1;smithi153=a' 2023-12-21T01:29:33.197 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:32 smithi038 bash[111605]: audit 2023-12-21T01:29:31.280447+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi038=a;smithi153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:33.197 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:32 smithi038 bash[111605]: cephadm 2023-12-21T01:29:31.281057+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi038=a,smithi153=b 2023-12-21T01:29:33.197 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:32 smithi038 bash[108204]: audit 2023-12-21T01:29:31.280447+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi038=a;smithi153=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:33.197 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:32 smithi038 bash[108204]: cephadm 2023-12-21T01:29:31.281057+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi038=a,smithi153=b 2023-12-21T01:29:33.202 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:-- Logs begin at Thu 2023-12-21 01:16:31 UTC. -- 2023-12-21T01:29:34.031 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:33 smithi153 bash[108237]: cluster 2023-12-21T01:29:32.748297+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:34.031 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:33 smithi153 bash[108237]: cluster 2023-12-21T01:29:32.781257+0000 mon.a (mon.0) 679 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-21T01:29:34.031 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:33 smithi153 bash[108237]: cluster 2023-12-21T01:29:32.781290+0000 mon.a (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:34.031 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:33 smithi153 bash[108237]: audit 2023-12-21T01:29:32.807386+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-21T01:29:32.807034\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-21T01:29:34.031 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:33 smithi153 bash[108237]: audit 2023-12-21T01:29:32.810222+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-21T01:29:32.807034\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-21T01:29:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[111605]: cluster 2023-12-21T01:29:32.748297+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[111605]: cluster 2023-12-21T01:29:32.781257+0000 mon.a (mon.0) 679 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-21T01:29:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[111605]: cluster 2023-12-21T01:29:32.781290+0000 mon.a (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[111605]: audit 2023-12-21T01:29:32.807386+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-21T01:29:32.807034\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-21T01:29:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[111605]: audit 2023-12-21T01:29:32.810222+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-21T01:29:32.807034\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-21T01:29:34.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[108204]: cluster 2023-12-21T01:29:32.748297+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[108204]: cluster 2023-12-21T01:29:32.781257+0000 mon.a (mon.0) 679 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-21T01:29:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[108204]: cluster 2023-12-21T01:29:32.781290+0000 mon.a (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-12-21T01:29:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[108204]: audit 2023-12-21T01:29:32.807386+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-21T01:29:32.807034\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-21T01:29:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:33 smithi038 bash[108204]: audit 2023-12-21T01:29:32.810222+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-21T01:29:32.807034\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi038\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-21T01:29:34.370 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled grafana update... 2023-12-21T01:29:34.732 DEBUG:teuthology.orchestra.run.smithi153:grafana.a> sudo journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@grafana.a.service 2023-12-21T01:29:34.734 INFO:tasks.cephadm:Setting up client nodes... 2023-12-21T01:29:34.735 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T01:29:34.764 INFO:journalctl@ceph.grafana.a.smithi153.stdout:-- Logs begin at Thu 2023-12-21 01:16:37 UTC. -- 2023-12-21T01:29:34.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:34 smithi153 bash[108237]: audit 2023-12-21T01:29:32.806466+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:34.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:34 smithi153 bash[108237]: cephadm 2023-12-21T01:29:32.807018+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi038=a 2023-12-21T01:29:34.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:34 smithi153 bash[108237]: audit 2023-12-21T01:29:34.360145+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-21T01:29:34.359765\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-21T01:29:34.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:34 smithi153 bash[108237]: audit 2023-12-21T01:29:34.367912+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-21T01:29:34.359765\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-21T01:29:34.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:34 smithi153 bash[108237]: audit 2023-12-21T01:29:34.760356+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"5254861b-87f0-4958-9beb-d92e57993c1e\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703122166.2159147, \"finished_at\": 1703122172.785935}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-21T01:29:34.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:34 smithi153 bash[108237]: audit 2023-12-21T01:29:34.768259+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"5254861b-87f0-4958-9beb-d92e57993c1e\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703122166.2159147, \"finished_at\": 1703122172.785935}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-21T01:29:35.022 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[111605]: audit 2023-12-21T01:29:32.806466+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:35.022 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[111605]: cephadm 2023-12-21T01:29:32.807018+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi038=a 2023-12-21T01:29:35.022 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[111605]: audit 2023-12-21T01:29:34.360145+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-21T01:29:34.359765\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-21T01:29:35.022 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[111605]: audit 2023-12-21T01:29:34.367912+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-21T01:29:34.359765\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[111605]: audit 2023-12-21T01:29:34.760356+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"5254861b-87f0-4958-9beb-d92e57993c1e\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703122166.2159147, \"finished_at\": 1703122172.785935}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[111605]: audit 2023-12-21T01:29:34.768259+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"5254861b-87f0-4958-9beb-d92e57993c1e\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703122166.2159147, \"finished_at\": 1703122172.785935}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[108204]: audit 2023-12-21T01:29:32.806466+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[108204]: cephadm 2023-12-21T01:29:32.807018+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi038=a 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[108204]: audit 2023-12-21T01:29:34.360145+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-21T01:29:34.359765\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[108204]: audit 2023-12-21T01:29:34.367912+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-21T01:29:34.359765\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi153\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[108204]: audit 2023-12-21T01:29:34.760356+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"5254861b-87f0-4958-9beb-d92e57993c1e\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703122166.2159147, \"finished_at\": 1703122172.785935}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-21T01:29:35.023 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:34 smithi038 bash[108204]: audit 2023-12-21T01:29:34.768259+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"5254861b-87f0-4958-9beb-d92e57993c1e\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703122166.2159147, \"finished_at\": 1703122172.785935}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-21T01:29:35.939 INFO:teuthology.orchestra.run.smithi038.stdout:[client.0] 2023-12-21T01:29:35.939 INFO:teuthology.orchestra.run.smithi038.stdout: key = AQD/lINlx6yZNxAA4mPT1E0S+68qBBpDCg476g== 2023-12-21T01:29:36.148 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:35 smithi038 bash[108204]: audit 2023-12-21T01:29:34.359187+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:36.148 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:35 smithi038 bash[108204]: cephadm 2023-12-21T01:29:34.359750+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service grafana spec with placement count:1 smithi153=a 2023-12-21T01:29:36.148 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:35 smithi038 bash[108204]: cluster 2023-12-21T01:29:34.748590+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:36.149 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:35 smithi038 bash[111605]: audit 2023-12-21T01:29:34.359187+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:36.149 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:35 smithi038 bash[111605]: cephadm 2023-12-21T01:29:34.359750+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service grafana spec with placement count:1 smithi153=a 2023-12-21T01:29:36.149 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:35 smithi038 bash[111605]: cluster 2023-12-21T01:29:34.748590+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:35 smithi153 bash[108237]: audit 2023-12-21T01:29:34.359187+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi153=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:29:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:35 smithi153 bash[108237]: cephadm 2023-12-21T01:29:34.359750+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service grafana spec with placement count:1 smithi153=a 2023-12-21T01:29:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:35 smithi153 bash[108237]: cluster 2023-12-21T01:29:34.748590+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:36.362 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-21T01:29:36.362 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-21T01:29:36.362 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-21T01:29:36.404 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T01:29:36.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:36 smithi153 bash[108237]: audit 2023-12-21T01:29:35.932675+0000 mon.a (mon.0) 687 : audit [INF] from='client.? 172.21.15.38:0/4082402557' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:36.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:36 smithi153 bash[108237]: audit 2023-12-21T01:29:35.937692+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.38:0/4082402557' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T01:29:36.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:36 smithi153 bash[108237]: cluster 2023-12-21T01:29:36.749056+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:36 smithi038 bash[111605]: audit 2023-12-21T01:29:35.932675+0000 mon.a (mon.0) 687 : audit [INF] from='client.? 172.21.15.38:0/4082402557' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:36 smithi038 bash[111605]: audit 2023-12-21T01:29:35.937692+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.38:0/4082402557' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T01:29:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:36 smithi038 bash[111605]: cluster 2023-12-21T01:29:36.749056+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:36 smithi038 bash[108204]: audit 2023-12-21T01:29:35.932675+0000 mon.a (mon.0) 687 : audit [INF] from='client.? 172.21.15.38:0/4082402557' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:36 smithi038 bash[108204]: audit 2023-12-21T01:29:35.937692+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.38:0/4082402557' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T01:29:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:36 smithi038 bash[108204]: cluster 2023-12-21T01:29:36.749056+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:38.331 INFO:teuthology.orchestra.run.smithi153.stdout:[client.1] 2023-12-21T01:29:38.331 INFO:teuthology.orchestra.run.smithi153.stdout: key = AQAClYNloqNQExAAtZv0/+QRAtrxmsc5OyCXog== 2023-12-21T01:29:39.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:38 smithi038 bash[111605]: audit 2023-12-21T01:29:38.323435+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.153:0/1519980643' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:39.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:38 smithi038 bash[111605]: audit 2023-12-21T01:29:38.323866+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:39.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:38 smithi038 bash[111605]: audit 2023-12-21T01:29:38.329490+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T01:29:39.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:38 smithi038 bash[108204]: audit 2023-12-21T01:29:38.323435+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.153:0/1519980643' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:39.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:38 smithi038 bash[108204]: audit 2023-12-21T01:29:38.323866+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:39.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:38 smithi038 bash[108204]: audit 2023-12-21T01:29:38.329490+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T01:29:39.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:38 smithi153 bash[108237]: audit 2023-12-21T01:29:38.323435+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.153:0/1519980643' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:38 smithi153 bash[108237]: audit 2023-12-21T01:29:38.323866+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T01:29:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:38 smithi153 bash[108237]: audit 2023-12-21T01:29:38.329490+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T01:29:39.928 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:39 smithi153 bash[108237]: cluster 2023-12-21T01:29:38.749397+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:40.089 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-21T01:29:40.089 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-21T01:29:40.089 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-21T01:29:40.132 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T01:29:40.164 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:39 smithi038 bash[111605]: cluster 2023-12-21T01:29:38.749397+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:40.164 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:39 smithi038 bash[108204]: cluster 2023-12-21T01:29:38.749397+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:41.352 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:29:41.352 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":61,"fsid":"d648fb56-9f9f-11ee-95a5-87774f69a715","created":"2023-12-21T01:25:59.577767+0000","modified":"2023-12-21T01:29:27.208906+0000","last_up_change":"2023-12-21T01:29:26.203167+0000","last_in_change":"2023-12-21T01:29:26.203167+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T01:26:08.535496+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":59,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6803","nonce":3193375851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6805","nonce":3193375851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6809","nonce":3193375851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6807","nonce":3193375851}]},"public_addr":"172.21.15.38:6803/3193375851","cluster_addr":"172.21.15.38:6805/3193375851","heartbeat_back_addr":"172.21.15.38:6809/3193375851","heartbeat_front_addr":"172.21.15.38:6807/3193375851","state":["exists","up"]},{"osd":1,"uuid":"665a0302-6f70-46d4-81de-1edfc9dff8b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":40,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6811","nonce":2451822389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6813","nonce":2451822389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6817","nonce":2451822389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6815","nonce":2451822389}]},"public_addr":"172.21.15.38:6811/2451822389","cluster_addr":"172.21.15.38:6813/2451822389","heartbeat_back_addr":"172.21.15.38:6817/2451822389","heartbeat_front_addr":"172.21.15.38:6815/2451822389","state":["exists","up"]},{"osd":2,"uuid":"b23d142b-d69d-428b-ab05-7ffe6309526f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":24,"last_clean_end":25,"up_from":28,"up_thru":0,"down_at":26,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6819","nonce":1281116017}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6821","nonce":1281116017}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6825","nonce":1281116017}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6823","nonce":1281116017}]},"public_addr":"172.21.15.38:6819/1281116017","cluster_addr":"172.21.15.38:6821/1281116017","heartbeat_back_addr":"172.21.15.38:6825/1281116017","heartbeat_front_addr":"172.21.15.38:6823/1281116017","state":["exists","up"]},{"osd":3,"uuid":"66f1441e-a235-45ab-9d17-e911942d0640","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6827","nonce":907695968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6829","nonce":907695968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6833","nonce":907695968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6831","nonce":907695968}]},"public_addr":"172.21.15.38:6827/907695968","cluster_addr":"172.21.15.38:6829/907695968","heartbeat_back_addr":"172.21.15.38:6833/907695968","heartbeat_front_addr":"172.21.15.38:6831/907695968","state":["exists","up"]},{"osd":4,"uuid":"a6a406d7-3f11-4250-a7ba-53e410ea491e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":35,"last_clean_end":37,"up_from":40,"up_thru":0,"down_at":38,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6801","nonce":3199440458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6803","nonce":3199440458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6807","nonce":3199440458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6805","nonce":3199440458}]},"public_addr":"172.21.15.153:6801/3199440458","cluster_addr":"172.21.15.153:6803/3199440458","heartbeat_back_addr":"172.21.15.153:6807/3199440458","heartbeat_front_addr":"172.21.15.153:6805/3199440458","state":["exists","up"]},{"osd":5,"uuid":"3eb34cfb-4bdf-4954-bf66-f172e6d9818e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":44,"last_clean_end":45,"up_from":48,"up_thru":48,"down_at":46,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6809","nonce":1248960267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6811","nonce":1248960267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6815","nonce":1248960267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6813","nonce":1248960267}]},"public_addr":"172.21.15.153:6809/1248960267","cluster_addr":"172.21.15.153:6811/1248960267","heartbeat_back_addr":"172.21.15.153:6815/1248960267","heartbeat_front_addr":"172.21.15.153:6813/1248960267","state":["exists","up"]},{"osd":6,"uuid":"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":52,"last_clean_end":54,"up_from":57,"up_thru":57,"down_at":55,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6817","nonce":2208393631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6819","nonce":2208393631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6823","nonce":2208393631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6821","nonce":2208393631}]},"public_addr":"172.21.15.153:6817/2208393631","cluster_addr":"172.21.15.153:6819/2208393631","heartbeat_back_addr":"172.21.15.153:6823/2208393631","heartbeat_front_addr":"172.21.15.153:6821/2208393631","state":["exists","up"]},{"osd":7,"uuid":"6789bf1b-f41e-460b-a5dc-953cffe260f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":60,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6825","nonce":3228006766}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6827","nonce":3228006766}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6831","nonce":3228006766}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6829","nonce":3228006766}]},"public_addr":"172.21.15.153:6825/3228006766","cluster_addr":"172.21.15.153:6827/3228006766","heartbeat_back_addr":"172.21.15.153:6831/3228006766","heartbeat_front_addr":"172.21.15.153:6829/3228006766","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-21T01:28:01.880267+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:27:49.837361+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:03.384560+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:18.635779+0000","dead_epoch":26},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:33.072514+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:43.346208+0000","dead_epoch":38},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:57.211066+0000","dead_epoch":46},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:29:11.349975+0000","dead_epoch":55},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:29:24.731931+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.38:0/2418356884":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/756461786":"2023-12-22T01:26:34.661659+0000","172.21.15.38:6800/2544225908":"2023-12-22T01:26:16.308840+0000","172.21.15.38:0/4211778385":"2023-12-22T01:26:34.661659+0000","172.21.15.38:6801/2544225908":"2023-12-22T01:26:16.308840+0000","172.21.15.38:6800/173847748":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/1663634339":"2023-12-22T01:26:16.308840+0000","172.21.15.38:6801/173847748":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/1668577730":"2023-12-22T01:26:16.308840+0000","172.21.15.38:0/1694065887":"2023-12-22T01:26:16.308840+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-21T01:29:41.720 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-21T01:26:08.535496+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, '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': '12', '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, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-21T01:29:41.720 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-21T01:29:41.929 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:41 smithi153 bash[108237]: cluster 2023-12-21T01:29:40.749694+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:41.929 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:41 smithi153 bash[108237]: audit 2023-12-21T01:29:41.348941+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.38:0/3710439293' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:41.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:41 smithi038 bash[111605]: cluster 2023-12-21T01:29:40.749694+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:41.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:41 smithi038 bash[111605]: audit 2023-12-21T01:29:41.348941+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.38:0/3710439293' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:41.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:41 smithi038 bash[108204]: cluster 2023-12-21T01:29:40.749694+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:41.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:41 smithi038 bash[108204]: audit 2023-12-21T01:29:41.348941+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.38:0/3710439293' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:42.711 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:42 smithi153 systemd[1]: Starting Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:29:42.711 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:42 smithi153 podman[118841]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-prometheus.a" found: no such container 2023-12-21T01:29:42.915 INFO:teuthology.orchestra.run.smithi038.stdout:pg_num: 1 2023-12-21T01:29:42.948 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:42 smithi038 bash[111605]: audit 2023-12-21T01:29:42.748850+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:42.948 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:42 smithi038 bash[108204]: audit 2023-12-21T01:29:42.748850+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:42.948 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:42 smithi038 bash[108204]: audit 2023-12-21T01:29:42.753733+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:42.948 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:42 smithi038 bash[108204]: audit 2023-12-21T01:29:42.755805+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:42.949 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:42 smithi038 bash[111605]: audit 2023-12-21T01:29:42.753733+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:42.949 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:42 smithi038 bash[111605]: audit 2023-12-21T01:29:42.755805+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:42.995 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:42 smithi153 systemd[1]: Started Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:42.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:42 smithi153 bash[108237]: audit 2023-12-21T01:29:42.748850+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:42.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:42 smithi153 bash[108237]: audit 2023-12-21T01:29:42.753733+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731858\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731933\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731966\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.731997\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732027\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:22.732056\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:42.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:42 smithi153 bash[108237]: audit 2023-12-21T01:29:42.755805+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:29:43.286 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-21T01:29:43.287 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-21T01:29:43.287 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.058Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.058Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.058Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.058Z caller=main.go:589 level=info host_details="(Linux 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 smithi153 (none))" 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.058Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.058Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.060Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.060Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.061Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-21T01:29:43.366 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.061Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.063Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.063Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.46µs 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.063Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.063Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.063Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.817µs wal_replay_duration=686.868µs wbl_replay_duration=131ns total_replay_duration=728.6µs 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.066Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.066Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.066Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.066Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=635.879µs db_storage=892ns remote_storage=1.299µs web_handler=362ns query_engine=561ns scrape=411.345µs scrape_sd=17.519µs notify=1.116µs notify_sd=1.823µs rules=32.616µs tracing=5.362µs 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.066Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-21T01:29:43.367 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[118858]: ts=2023-12-21T01:29:43.066Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-21T01:29:43.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[108237]: cluster 2023-12-21T01:29:42.749956+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:43.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:43 smithi153 bash[108237]: audit 2023-12-21T01:29:42.913579+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.38:0/3758669373' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T01:29:44.048 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:43 smithi038 bash[108204]: cluster 2023-12-21T01:29:42.749956+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:44.048 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:43 smithi038 bash[108204]: audit 2023-12-21T01:29:42.913579+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.38:0/3758669373' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T01:29:44.049 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:43 smithi038 bash[111605]: cluster 2023-12-21T01:29:42.749956+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:44.049 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:43 smithi038 bash[111605]: audit 2023-12-21T01:29:42.913579+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.38:0/3758669373' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T01:29:44.442 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:29:44.606 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:44 smithi038 podman[122282]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-21T01:29:44.606 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:44 smithi038 systemd[1]: Started Ceph node-exporter.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:44.804 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":274015042},{"type":"v1","addr":"172.21.15.38:6801","nonce":274015042}]},"active_addr":"172.21.15.38:6801/274015042","active_change":"2023-12-21T01:26:34.662042+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":24110,"name":"x","mgr_features":4540138292836696063,"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","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":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"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":[]},"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":{"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":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","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":[]},"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":[]},"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":[]},"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":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":[]},"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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","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":[]},"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":{"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":[]},"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_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_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":[]},"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":[]},"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_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]},"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":[]},"username":{"name":"username","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":[]},"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":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","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":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":[]}}},{"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":[]}}},{"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":[]}}},{"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":"","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":"","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":[]},"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":"","tags":[],"see_also":[]}}},{"name":"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":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","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":[]}}},{"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":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","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_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":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","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":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","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":[]},"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":[]},"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":"restful","can_run":true,"error_string":"","module_options":{"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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","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":[]}}},{"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]}}},{"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","restful"],"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","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":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"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":[]},"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":{"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":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","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":[]},"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":[]},"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":[]},"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":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":[]},"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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","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":[]},"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":{"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":[]},"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_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_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":[]},"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":[]},"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_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"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":[]},"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":[]},"username":{"name":"username","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":[]},"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":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","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":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":[]}}},{"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":[]}}},{"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":[]}}},{"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":"","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":"","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":[]},"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":"","tags":[],"see_also":[]}}},{"name":"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":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","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":[]}}},{"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":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","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_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":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","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":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","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":[]},"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":[]},"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":"restful","can_run":true,"error_string":"","module_options":{"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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","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":[]}}},{"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]}}},{"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi038.front.sepia.ceph.com:8443/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","osd_support","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2720459881}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":3047318644}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":3196039409}]}]}} 2023-12-21T01:29:44.806 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-21T01:29:44.807 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-21T01:29:44.807 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T01:29:44.967 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[122311]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-21T01:29:44.967 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[122311]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-21T01:29:44.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:43.962799+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_daemon_update\": \"2023-12-21T01:29:43.962064\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:44.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:43.962799+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_daemon_update\": \"2023-12-21T01:29:43.962064\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:44.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:43.970170+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_daemon_update\": \"2023-12-21T01:29:43.962064\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:44.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:43.971495+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-21T01:29:44.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:43.972035+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:44.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:44.435448+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.38:0/2993714711' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T01:29:44.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:44.585807+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:29:44.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:43.970170+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_daemon_update\": \"2023-12-21T01:29:43.962064\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:44.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:43.971495+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-21T01:29:44.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:43.972035+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:44.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:44.435448+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.38:0/2993714711' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T01:29:44.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:44.585807+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:29:44.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:44.588705+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:29:44.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:44.589189+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-21T01:29:44.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[108204]: audit 2023-12-21T01:29:44.589716+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:44.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:44.588705+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:29:44.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:44.589189+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-21T01:29:44.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:44 smithi038 bash[111605]: audit 2023-12-21T01:29:44.589716+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:43.962799+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_daemon_update\": \"2023-12-21T01:29:43.962064\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:43.970170+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}}, \"last_daemon_update\": \"2023-12-21T01:29:43.962064\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:43.971495+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:43.972035+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:44.435448+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.38:0/2993714711' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:44.585807+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:44.588705+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:44.589189+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-21T01:29:45.018 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:44 smithi153 bash[108237]: audit 2023-12-21T01:29:44.589716+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:29:45.495 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:45 smithi153 systemd[1]: Started Ceph node-exporter.b for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:45.495 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:45 smithi153 bash[119280]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-21T01:29:45.495 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:45 smithi153 bash[119280]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-21T01:29:45.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[108204]: cephadm 2023-12-21T01:29:43.972494+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2023-12-21T01:29:45.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[108204]: cephadm 2023-12-21T01:29:44.590165+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.b on smithi153 2023-12-21T01:29:45.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[108204]: cluster 2023-12-21T01:29:44.750274+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:45.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[111605]: cephadm 2023-12-21T01:29:43.972494+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2023-12-21T01:29:45.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[111605]: cephadm 2023-12-21T01:29:44.590165+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.b on smithi153 2023-12-21T01:29:45.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[111605]: cluster 2023-12-21T01:29:44.750274+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:45.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[108204]: audit 2023-12-21T01:29:45.074317+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:45.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[108204]: audit 2023-12-21T01:29:45.081812+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:45.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[111605]: audit 2023-12-21T01:29:45.074317+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:45.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:45 smithi038 bash[111605]: audit 2023-12-21T01:29:45.081812+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:46.039 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:29:46.039 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":61,"fsid":"d648fb56-9f9f-11ee-95a5-87774f69a715","created":"2023-12-21T01:25:59.577767+0000","modified":"2023-12-21T01:29:27.208906+0000","last_up_change":"2023-12-21T01:29:26.203167+0000","last_in_change":"2023-12-21T01:29:26.203167+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T01:26:08.535496+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":59,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6803","nonce":3193375851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6805","nonce":3193375851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6809","nonce":3193375851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6807","nonce":3193375851}]},"public_addr":"172.21.15.38:6803/3193375851","cluster_addr":"172.21.15.38:6805/3193375851","heartbeat_back_addr":"172.21.15.38:6809/3193375851","heartbeat_front_addr":"172.21.15.38:6807/3193375851","state":["exists","up"]},{"osd":1,"uuid":"665a0302-6f70-46d4-81de-1edfc9dff8b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":40,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6811","nonce":2451822389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6813","nonce":2451822389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6817","nonce":2451822389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6815","nonce":2451822389}]},"public_addr":"172.21.15.38:6811/2451822389","cluster_addr":"172.21.15.38:6813/2451822389","heartbeat_back_addr":"172.21.15.38:6817/2451822389","heartbeat_front_addr":"172.21.15.38:6815/2451822389","state":["exists","up"]},{"osd":2,"uuid":"b23d142b-d69d-428b-ab05-7ffe6309526f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":24,"last_clean_end":25,"up_from":28,"up_thru":0,"down_at":26,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6819","nonce":1281116017}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6821","nonce":1281116017}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6825","nonce":1281116017}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6823","nonce":1281116017}]},"public_addr":"172.21.15.38:6819/1281116017","cluster_addr":"172.21.15.38:6821/1281116017","heartbeat_back_addr":"172.21.15.38:6825/1281116017","heartbeat_front_addr":"172.21.15.38:6823/1281116017","state":["exists","up"]},{"osd":3,"uuid":"66f1441e-a235-45ab-9d17-e911942d0640","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6827","nonce":907695968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6829","nonce":907695968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6833","nonce":907695968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6831","nonce":907695968}]},"public_addr":"172.21.15.38:6827/907695968","cluster_addr":"172.21.15.38:6829/907695968","heartbeat_back_addr":"172.21.15.38:6833/907695968","heartbeat_front_addr":"172.21.15.38:6831/907695968","state":["exists","up"]},{"osd":4,"uuid":"a6a406d7-3f11-4250-a7ba-53e410ea491e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":35,"last_clean_end":37,"up_from":40,"up_thru":0,"down_at":38,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6801","nonce":3199440458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6803","nonce":3199440458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6807","nonce":3199440458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6805","nonce":3199440458}]},"public_addr":"172.21.15.153:6801/3199440458","cluster_addr":"172.21.15.153:6803/3199440458","heartbeat_back_addr":"172.21.15.153:6807/3199440458","heartbeat_front_addr":"172.21.15.153:6805/3199440458","state":["exists","up"]},{"osd":5,"uuid":"3eb34cfb-4bdf-4954-bf66-f172e6d9818e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":44,"last_clean_end":45,"up_from":48,"up_thru":48,"down_at":46,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6809","nonce":1248960267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6811","nonce":1248960267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6815","nonce":1248960267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6813","nonce":1248960267}]},"public_addr":"172.21.15.153:6809/1248960267","cluster_addr":"172.21.15.153:6811/1248960267","heartbeat_back_addr":"172.21.15.153:6815/1248960267","heartbeat_front_addr":"172.21.15.153:6813/1248960267","state":["exists","up"]},{"osd":6,"uuid":"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":52,"last_clean_end":54,"up_from":57,"up_thru":57,"down_at":55,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6817","nonce":2208393631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6819","nonce":2208393631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6823","nonce":2208393631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6821","nonce":2208393631}]},"public_addr":"172.21.15.153:6817/2208393631","cluster_addr":"172.21.15.153:6819/2208393631","heartbeat_back_addr":"172.21.15.153:6823/2208393631","heartbeat_front_addr":"172.21.15.153:6821/2208393631","state":["exists","up"]},{"osd":7,"uuid":"6789bf1b-f41e-460b-a5dc-953cffe260f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":60,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6825","nonce":3228006766}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6827","nonce":3228006766}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6831","nonce":3228006766}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6829","nonce":3228006766}]},"public_addr":"172.21.15.153:6825/3228006766","cluster_addr":"172.21.15.153:6827/3228006766","heartbeat_back_addr":"172.21.15.153:6831/3228006766","heartbeat_front_addr":"172.21.15.153:6829/3228006766","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-21T01:28:01.880267+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:27:49.837361+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:03.384560+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:18.635779+0000","dead_epoch":26},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:33.072514+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:43.346208+0000","dead_epoch":38},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:57.211066+0000","dead_epoch":46},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:29:11.349975+0000","dead_epoch":55},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:29:24.731931+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.38:0/2418356884":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/756461786":"2023-12-22T01:26:34.661659+0000","172.21.15.38:6800/2544225908":"2023-12-22T01:26:16.308840+0000","172.21.15.38:0/4211778385":"2023-12-22T01:26:34.661659+0000","172.21.15.38:6801/2544225908":"2023-12-22T01:26:16.308840+0000","172.21.15.38:6800/173847748":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/1663634339":"2023-12-22T01:26:16.308840+0000","172.21.15.38:6801/173847748":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/1668577730":"2023-12-22T01:26:16.308840+0000","172.21.15.38:0/1694065887":"2023-12-22T01:26:16.308840+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-21T01:29:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:45 smithi153 bash[108237]: cephadm 2023-12-21T01:29:43.972494+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2023-12-21T01:29:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:45 smithi153 bash[108237]: cephadm 2023-12-21T01:29:44.590165+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.b on smithi153 2023-12-21T01:29:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:45 smithi153 bash[108237]: cluster 2023-12-21T01:29:44.750274+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:45 smithi153 bash[108237]: audit 2023-12-21T01:29:45.074317+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:29:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:45 smithi153 bash[108237]: audit 2023-12-21T01:29:45.081812+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:29:46.419 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-21T01:29:46.419 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T01:29:46.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:46 smithi038 bash[111605]: cephadm 2023-12-21T01:29:45.084055+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2023-12-21T01:29:46.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:46 smithi038 bash[111605]: audit 2023-12-21T01:29:46.036988+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/438725089' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:46.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:46 smithi038 bash[108204]: cephadm 2023-12-21T01:29:45.084055+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2023-12-21T01:29:46.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:46 smithi038 bash[108204]: audit 2023-12-21T01:29:46.036988+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/438725089' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:46 smithi153 bash[108237]: cephadm 2023-12-21T01:29:45.084055+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2023-12-21T01:29:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:46 smithi153 bash[108237]: audit 2023-12-21T01:29:46.036988+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/438725089' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:47.597 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:29:47.597 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":61,"fsid":"d648fb56-9f9f-11ee-95a5-87774f69a715","created":"2023-12-21T01:25:59.577767+0000","modified":"2023-12-21T01:29:27.208906+0000","last_up_change":"2023-12-21T01:29:26.203167+0000","last_in_change":"2023-12-21T01:29:26.203167+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T01:26:08.535496+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":59,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6803","nonce":3193375851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6805","nonce":3193375851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6809","nonce":3193375851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3193375851},{"type":"v1","addr":"172.21.15.38:6807","nonce":3193375851}]},"public_addr":"172.21.15.38:6803/3193375851","cluster_addr":"172.21.15.38:6805/3193375851","heartbeat_back_addr":"172.21.15.38:6809/3193375851","heartbeat_front_addr":"172.21.15.38:6807/3193375851","state":["exists","up"]},{"osd":1,"uuid":"665a0302-6f70-46d4-81de-1edfc9dff8b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":40,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6811","nonce":2451822389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6813","nonce":2451822389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6817","nonce":2451822389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":2451822389},{"type":"v1","addr":"172.21.15.38:6815","nonce":2451822389}]},"public_addr":"172.21.15.38:6811/2451822389","cluster_addr":"172.21.15.38:6813/2451822389","heartbeat_back_addr":"172.21.15.38:6817/2451822389","heartbeat_front_addr":"172.21.15.38:6815/2451822389","state":["exists","up"]},{"osd":2,"uuid":"b23d142b-d69d-428b-ab05-7ffe6309526f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":24,"last_clean_end":25,"up_from":28,"up_thru":0,"down_at":26,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6819","nonce":1281116017}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6821","nonce":1281116017}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6825","nonce":1281116017}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1281116017},{"type":"v1","addr":"172.21.15.38:6823","nonce":1281116017}]},"public_addr":"172.21.15.38:6819/1281116017","cluster_addr":"172.21.15.38:6821/1281116017","heartbeat_back_addr":"172.21.15.38:6825/1281116017","heartbeat_front_addr":"172.21.15.38:6823/1281116017","state":["exists","up"]},{"osd":3,"uuid":"66f1441e-a235-45ab-9d17-e911942d0640","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6827","nonce":907695968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6829","nonce":907695968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6833","nonce":907695968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":907695968},{"type":"v1","addr":"172.21.15.38:6831","nonce":907695968}]},"public_addr":"172.21.15.38:6827/907695968","cluster_addr":"172.21.15.38:6829/907695968","heartbeat_back_addr":"172.21.15.38:6833/907695968","heartbeat_front_addr":"172.21.15.38:6831/907695968","state":["exists","up"]},{"osd":4,"uuid":"a6a406d7-3f11-4250-a7ba-53e410ea491e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":35,"last_clean_end":37,"up_from":40,"up_thru":0,"down_at":38,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6801","nonce":3199440458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6803","nonce":3199440458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6807","nonce":3199440458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":3199440458},{"type":"v1","addr":"172.21.15.153:6805","nonce":3199440458}]},"public_addr":"172.21.15.153:6801/3199440458","cluster_addr":"172.21.15.153:6803/3199440458","heartbeat_back_addr":"172.21.15.153:6807/3199440458","heartbeat_front_addr":"172.21.15.153:6805/3199440458","state":["exists","up"]},{"osd":5,"uuid":"3eb34cfb-4bdf-4954-bf66-f172e6d9818e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":44,"last_clean_end":45,"up_from":48,"up_thru":48,"down_at":46,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6809","nonce":1248960267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6811","nonce":1248960267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6815","nonce":1248960267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1248960267},{"type":"v1","addr":"172.21.15.153:6813","nonce":1248960267}]},"public_addr":"172.21.15.153:6809/1248960267","cluster_addr":"172.21.15.153:6811/1248960267","heartbeat_back_addr":"172.21.15.153:6815/1248960267","heartbeat_front_addr":"172.21.15.153:6813/1248960267","state":["exists","up"]},{"osd":6,"uuid":"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":52,"last_clean_end":54,"up_from":57,"up_thru":57,"down_at":55,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6817","nonce":2208393631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6819","nonce":2208393631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6823","nonce":2208393631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":2208393631},{"type":"v1","addr":"172.21.15.153:6821","nonce":2208393631}]},"public_addr":"172.21.15.153:6817/2208393631","cluster_addr":"172.21.15.153:6819/2208393631","heartbeat_back_addr":"172.21.15.153:6823/2208393631","heartbeat_front_addr":"172.21.15.153:6821/2208393631","state":["exists","up"]},{"osd":7,"uuid":"6789bf1b-f41e-460b-a5dc-953cffe260f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":60,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6825","nonce":3228006766}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6827","nonce":3228006766}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6831","nonce":3228006766}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":3228006766},{"type":"v1","addr":"172.21.15.153:6829","nonce":3228006766}]},"public_addr":"172.21.15.153:6825/3228006766","cluster_addr":"172.21.15.153:6827/3228006766","heartbeat_back_addr":"172.21.15.153:6831/3228006766","heartbeat_front_addr":"172.21.15.153:6829/3228006766","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-21T01:28:01.880267+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:27:49.837361+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:03.384560+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:18.635779+0000","dead_epoch":26},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:33.072514+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:43.346208+0000","dead_epoch":38},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:28:57.211066+0000","dead_epoch":46},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:29:11.349975+0000","dead_epoch":55},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T01:29:24.731931+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.38:0/2418356884":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/756461786":"2023-12-22T01:26:34.661659+0000","172.21.15.38:6800/2544225908":"2023-12-22T01:26:16.308840+0000","172.21.15.38:0/4211778385":"2023-12-22T01:26:34.661659+0000","172.21.15.38:6801/2544225908":"2023-12-22T01:26:16.308840+0000","172.21.15.38:6800/173847748":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/1663634339":"2023-12-22T01:26:16.308840+0000","172.21.15.38:6801/173847748":"2023-12-22T01:26:34.661659+0000","172.21.15.38:0/1668577730":"2023-12-22T01:26:16.308840+0000","172.21.15.38:0/1694065887":"2023-12-22T01:26:16.308840+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-21T01:29:47.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:47 smithi038 bash[111605]: cluster 2023-12-21T01:29:46.750588+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:47.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:47 smithi038 bash[111605]: audit 2023-12-21T01:29:47.595177+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.38:0/482349913' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:47.960 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:47 smithi038 bash[108204]: cluster 2023-12-21T01:29:46.750588+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:47.960 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:47 smithi038 bash[108204]: audit 2023-12-21T01:29:47.595177+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.38:0/482349913' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:47.961 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-21T01:29:48.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:47 smithi153 bash[108237]: cluster 2023-12-21T01:29:46.750588+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:48.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:47 smithi153 bash[108237]: audit 2023-12-21T01:29:47.595177+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.38:0/482349913' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T01:29:48.813 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:48 smithi038 bash[108204]: cluster 2023-12-21T01:29:48.750899+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:49.094 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:48 smithi038 bash[111605]: cluster 2023-12-21T01:29:48.750899+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:49.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:48 smithi153 bash[108237]: cluster 2023-12-21T01:29:48.750899+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:49.427 INFO:teuthology.orchestra.run.smithi038.stdout:60129542167 2023-12-21T01:29:49.427 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-21T01:29:50.886 INFO:teuthology.orchestra.run.smithi038.stdout:90194313236 2023-12-21T01:29:50.886 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-21T01:29:51.130 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:50 smithi038 bash[108204]: cluster 2023-12-21T01:29:50.751241+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:51.130 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:50 smithi038 bash[111605]: cluster 2023-12-21T01:29:50.751241+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:50 smithi153 bash[108237]: cluster 2023-12-21T01:29:50.751241+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:51.467 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:51 smithi038 bash[122311]: Getting image source signatures 2023-12-21T01:29:51.467 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:51 smithi038 bash[122311]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-21T01:29:51.467 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:51 smithi038 bash[122311]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-21T01:29:51.467 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:51 smithi038 bash[122311]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-21T01:29:51.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:51 smithi153 bash[119280]: Getting image source signatures 2023-12-21T01:29:51.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:51 smithi153 bash[119280]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-21T01:29:51.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:51 smithi153 bash[119280]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-21T01:29:51.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:51 smithi153 bash[119280]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-21T01:29:52.692 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-21T01:29:52.692 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: Writing manifest to image destination 2023-12-21T01:29:52.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.836Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-21T01:29:52.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.836Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2023-12-21T01:29:52.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.836Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2023-12-21T01:29:52.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.836Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-21T01:29:52.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2023-12-21T01:29:52.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=arp 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=edac 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-21T01:29:52.996 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=os 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-21T01:29:52.997 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=stat 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=time 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=uname 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.837Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-21T01:29:52.998 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.838Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-21T01:29:52.999 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:29:52 smithi153 bash[119280]: ts=2023-12-21T01:29:52.838Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-21T01:29:53.217 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:52 smithi038 bash[122311]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-21T01:29:53.217 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:52 smithi038 bash[122311]: Writing manifest to image destination 2023-12-21T01:29:54.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:53 smithi038 bash[111605]: cluster 2023-12-21T01:29:52.751549+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:54.160 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:53 smithi038 bash[108204]: cluster 2023-12-21T01:29:52.751549+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:54.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:53 smithi153 bash[108237]: cluster 2023-12-21T01:29:52.751549+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:54.467 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.105Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-21T01:29:54.467 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.105Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.105Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=arp 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-21T01:29:54.468 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=edac 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-21T01:29:54.469 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=os 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=stat 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-21T01:29:54.470 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.106Z caller=node_exporter.go:117 level=info collector=time 2023-12-21T01:29:54.471 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.107Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-21T01:29:54.471 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.107Z caller=node_exporter.go:117 level=info collector=uname 2023-12-21T01:29:54.471 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.107Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-21T01:29:54.471 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.107Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-21T01:29:54.471 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.107Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-21T01:29:54.471 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.107Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-21T01:29:54.471 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:29:54 smithi038 bash[122311]: ts=2023-12-21T01:29:54.107Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-21T01:29:54.985 INFO:teuthology.orchestra.run.smithi038.stdout:120259084306 2023-12-21T01:29:54.986 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-21T01:29:55.854 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:55 smithi038 bash[108204]: cluster 2023-12-21T01:29:54.751962+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:55.854 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:55 smithi038 bash[111605]: cluster 2023-12-21T01:29:54.751962+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:56.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:55 smithi153 bash[108237]: cluster 2023-12-21T01:29:54.751962+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:57.047 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:56 smithi038 podman[123635]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-21T01:29:57.047 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:56 smithi038 systemd[1]: Started Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:29:57.128 INFO:teuthology.orchestra.run.smithi038.stdout:133143986195 2023-12-21T01:29:57.129 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-21T01:29:57.717 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.417Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-21T01:29:57.717 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.417Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-21T01:29:57.717 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.418Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.38 port=9094 2023-12-21T01:29:57.717 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.419Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-21T01:29:57.717 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.441Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-21T01:29:57.718 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.442Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-21T01:29:57.718 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.444Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-21T01:29:57.718 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[123652]: ts=2023-12-21T01:29:57.444Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-21T01:29:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[111605]: cluster 2023-12-21T01:29:56.752346+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[108204]: cluster 2023-12-21T01:29:56.752346+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[108204]: audit 2023-12-21T01:29:56.975311+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:29:58.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[111605]: audit 2023-12-21T01:29:56.975311+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:29:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[108204]: audit 2023-12-21T01:29:56.978401+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:29:58.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[108204]: audit 2023-12-21T01:29:57.098820+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQC9b93Y9SBM5YC8jT3GFUZsMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjIxMDEyOTU3WhcN\nMzMxMjE4MDEyOTU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwmzGEgUPopxZIhnr6Urn\n9xlIawYTSr/UbmkeEhSaVZNHWaJ0WBDbDmyRKuU4pjUSaPxGI1UzTqxUKdufvm+5\nL7t6p/PGiUE+vO04mexlmQrT3eRP3Q7PIZaO7q76svGojED97amCUPw5tG13cizw\nNqFqc+UJ5e03RYH4U2Q7/bAGYwMFw2Fk37TRTzEoM1zpL4bKEwVE5va5QS6K/NqM\n1aAnuc6obTjpwzJIO+sEIBezhdDhHLUIIL4uVyztyCdUzvCYpmh8SzdRVYfxYhll\ndt2V1AQr3oHWg/d3+wYdUGefNWJ4Q1kQ25CslWhC17RrDypbJMKgV2xh3gkYy7iM\nrQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/TZMgonREyzEza8Ygq/BJd0zkzzi1\nzSDWzEwla1L/51TLykgNg0T7fiFyEFQnfSqKjOXPRwtWkT6TRKM2irICGegc+OXq\ny0dg3NHN6Wvok13RHr+IlQlonfBN5MSxQgWfro7yziEiXs8opf1oKHWDuYFZPcA2\nlUr+rIvGZXoi2C2gORA/HPRif1X2dY381pvnNMji7tS41UoY4A3vwFDfqiOqTp9I\nHOAvl4MsCFQZ5ys2AC07nsw7olyDQXgRo6793C/nttlUm/0r+qjWr05GITogqxSP\nCRywATUoxOGblG4sULDrDPR28RhtD81EwSinznNNnwTgr173wf/BcWO1\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-21T01:29:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[111605]: audit 2023-12-21T01:29:56.978401+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:29:58.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[111605]: audit 2023-12-21T01:29:57.098820+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQC9b93Y9SBM5YC8jT3GFUZsMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjIxMDEyOTU3WhcN\nMzMxMjE4MDEyOTU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwmzGEgUPopxZIhnr6Urn\n9xlIawYTSr/UbmkeEhSaVZNHWaJ0WBDbDmyRKuU4pjUSaPxGI1UzTqxUKdufvm+5\nL7t6p/PGiUE+vO04mexlmQrT3eRP3Q7PIZaO7q76svGojED97amCUPw5tG13cizw\nNqFqc+UJ5e03RYH4U2Q7/bAGYwMFw2Fk37TRTzEoM1zpL4bKEwVE5va5QS6K/NqM\n1aAnuc6obTjpwzJIO+sEIBezhdDhHLUIIL4uVyztyCdUzvCYpmh8SzdRVYfxYhll\ndt2V1AQr3oHWg/d3+wYdUGefNWJ4Q1kQ25CslWhC17RrDypbJMKgV2xh3gkYy7iM\nrQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/TZMgonREyzEza8Ygq/BJd0zkzzi1\nzSDWzEwla1L/51TLykgNg0T7fiFyEFQnfSqKjOXPRwtWkT6TRKM2irICGegc+OXq\ny0dg3NHN6Wvok13RHr+IlQlonfBN5MSxQgWfro7yziEiXs8opf1oKHWDuYFZPcA2\nlUr+rIvGZXoi2C2gORA/HPRif1X2dY381pvnNMji7tS41UoY4A3vwFDfqiOqTp9I\nHOAvl4MsCFQZ5ys2AC07nsw7olyDQXgRo6793C/nttlUm/0r+qjWr05GITogqxSP\nCRywATUoxOGblG4sULDrDPR28RhtD81EwSinznNNnwTgr173wf/BcWO1\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-21T01:29:58.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[108204]: audit 2023-12-21T01:29:57.103162+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQC9b93Y9SBM5YC8jT3GFUZsMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjIxMDEyOTU3WhcN\nMzMxMjE4MDEyOTU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwmzGEgUPopxZIhnr6Urn\n9xlIawYTSr/UbmkeEhSaVZNHWaJ0WBDbDmyRKuU4pjUSaPxGI1UzTqxUKdufvm+5\nL7t6p/PGiUE+vO04mexlmQrT3eRP3Q7PIZaO7q76svGojED97amCUPw5tG13cizw\nNqFqc+UJ5e03RYH4U2Q7/bAGYwMFw2Fk37TRTzEoM1zpL4bKEwVE5va5QS6K/NqM\n1aAnuc6obTjpwzJIO+sEIBezhdDhHLUIIL4uVyztyCdUzvCYpmh8SzdRVYfxYhll\ndt2V1AQr3oHWg/d3+wYdUGefNWJ4Q1kQ25CslWhC17RrDypbJMKgV2xh3gkYy7iM\nrQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/TZMgonREyzEza8Ygq/BJd0zkzzi1\nzSDWzEwla1L/51TLykgNg0T7fiFyEFQnfSqKjOXPRwtWkT6TRKM2irICGegc+OXq\ny0dg3NHN6Wvok13RHr+IlQlonfBN5MSxQgWfro7yziEiXs8opf1oKHWDuYFZPcA2\nlUr+rIvGZXoi2C2gORA/HPRif1X2dY381pvnNMji7tS41UoY4A3vwFDfqiOqTp9I\nHOAvl4MsCFQZ5ys2AC07nsw7olyDQXgRo6793C/nttlUm/0r+qjWr05GITogqxSP\nCRywATUoxOGblG4sULDrDPR28RhtD81EwSinznNNnwTgr173wf/BcWO1\n-----END CERTIFICATE-----\n"}]': finished 2023-12-21T01:29:58.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[108204]: audit 2023-12-21T01:29:57.103650+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCbMYSBQ+inFki\nGevpSuf3GUhrBhNKv9RuaR4SFJpVk0dZonRYENsObJEq5TimNRJo/EYjVTNOrFQp\n25++b7kvu3qn88aJQT687TiZ7GWZCtPd5E/dDs8hlo7urvqy8aiMQP3tqYJQ/Dm0\nbXdyLPA2oWpz5Qnl7TdFgfhTZDv9sAZjAwXDYWTftNFPMSgzXOkvhsoTBUTm9rlB\nLor82ozVoCe5zqhtOOnDMkg76wQgF7OF0OEctQggvi5XLO3IJ1TO8JimaHxLN1FV\nh/FiGWV23ZXUBCvegdaD93f7Bh1QZ581YnhDWRDbkKyVaELXtGsPKlskwqBXbGHe\nCRjLuIytAgMBAAECggEAUl2qe6/RM95wlFXO74JgSvpXB6AHRD+IS04VAyvfRimi\nrIJ6L2TUqIOt7DI3kZIiPn/BZu6NUeMHtMPqJM9H8MTH7acEkNknLvqAZBUV5YQE\nxZgXjVrcvSn/W3adlnlyIhjWeny5TH3OJHXLiH8pNLulUXvSeanJJJUvEoUANTRE\nB/uaCbRrxEPzi51hWB17Vz4WF/trF32N7fieER4b8/DEagw79xvAP7nprKEujKEE\nZCKBF/UvMKiW7c7LAZ7DllJvIrYWEFuIKpA5qum4b1Guco9mxwNi+hW+f5hfLaEV\njYCzVMJLD2k1EKJwAHrll8c5KEVMBktYfJ3eQxPhMQKBgQDpXtaJdR8AJZ2OpODc\nDYHpq9e+QFlNUk59wAZM5V9MO9IvrxQ0HbatuDy431GlAeTZEXjuiu5FOT+scGP2\noH5QRS6qV7nA/KWl8qWcmckZk4SOIe/O1NSKC4eprjBF1xWZySPncv/Vh0dLfdEI\nCXnisAcK2kQzY0dY+QhlBCfOmwKBgQDVRyfIazB0gZb8TEFZ7ZV64QULGmTUZ7ES\nM2LGPsJs4KYYi891bFEAqsmCd2Ld+fKFbh7hGfYzKDAQBhULziFtYmwhFW4R4k4F\nw/RmwImBw3ZC7SXexHc/b/vqk5YCf0GK1tA+OJAdQSRrN8G2VZjI5BdRedP9Y3YT\njcqRw+5iVwKBgGhm5CV0fxzqtxTkkDAB3vexx/+1+/2Kb9D0Ah2Ok9agAIUSl0BF\ndr865/dw+K6QLVgq5+YXw0a2uNSlJyNjY373pEvSmShMHrMh3ZM0fXHyu992MTlf\nn4HubI+tfK0R7vjwsh5OJUPalDuimsw0qRGP3GavhMlUhcu5BVdjx4c3AoGAAv50\nuIOIspn/HJuVb0W+i3MNNxKvx6uM+Mxv3oiTAiRFMKMFzoguuuuq2IIEiUkw9l6N\nYGuU4TL3OcJcGUZTgc2X5v7+BJJAtiQCEk8xnvi3eEkL9wya//D6gFiCCpbuvJw3\nYCg7Ha4EbNzjg0PAWVGaYjJrn2r+BVhAN7ugZRECgYB8pfbMCilYHk6A9HE8OYEi\neGqEeZhCo/wSXN13xNktBfvD+9Ej4w84OR1+ucwr863QGvY41l4RFPN1SjXcxdDz\neytfDEr+Kbtl6XSqaBboUIi8Af6XcH7D4PpAsoMfrnZFXZ5pX7kJq3XZ7Zx0Js7p\nsXwTOmru0y9efyrRhjnUTQ==\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-21T01:29:58.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[108204]: audit 2023-12-21T01:29:57.107418+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCbMYSBQ+inFki\nGevpSuf3GUhrBhNKv9RuaR4SFJpVk0dZonRYENsObJEq5TimNRJo/EYjVTNOrFQp\n25++b7kvu3qn88aJQT687TiZ7GWZCtPd5E/dDs8hlo7urvqy8aiMQP3tqYJQ/Dm0\nbXdyLPA2oWpz5Qnl7TdFgfhTZDv9sAZjAwXDYWTftNFPMSgzXOkvhsoTBUTm9rlB\nLor82ozVoCe5zqhtOOnDMkg76wQgF7OF0OEctQggvi5XLO3IJ1TO8JimaHxLN1FV\nh/FiGWV23ZXUBCvegdaD93f7Bh1QZ581YnhDWRDbkKyVaELXtGsPKlskwqBXbGHe\nCRjLuIytAgMBAAECggEAUl2qe6/RM95wlFXO74JgSvpXB6AHRD+IS04VAyvfRimi\nrIJ6L2TUqIOt7DI3kZIiPn/BZu6NUeMHtMPqJM9H8MTH7acEkNknLvqAZBUV5YQE\nxZgXjVrcvSn/W3adlnlyIhjWeny5TH3OJHXLiH8pNLulUXvSeanJJJUvEoUANTRE\nB/uaCbRrxEPzi51hWB17Vz4WF/trF32N7fieER4b8/DEagw79xvAP7nprKEujKEE\nZCKBF/UvMKiW7c7LAZ7DllJvIrYWEFuIKpA5qum4b1Guco9mxwNi+hW+f5hfLaEV\njYCzVMJLD2k1EKJwAHrll8c5KEVMBktYfJ3eQxPhMQKBgQDpXtaJdR8AJZ2OpODc\nDYHpq9e+QFlNUk59wAZM5V9MO9IvrxQ0HbatuDy431GlAeTZEXjuiu5FOT+scGP2\noH5QRS6qV7nA/KWl8qWcmckZk4SOIe/O1NSKC4eprjBF1xWZySPncv/Vh0dLfdEI\nCXnisAcK2kQzY0dY+QhlBCfOmwKBgQDVRyfIazB0gZb8TEFZ7ZV64QULGmTUZ7ES\nM2LGPsJs4KYYi891bFEAqsmCd2Ld+fKFbh7hGfYzKDAQBhULziFtYmwhFW4R4k4F\nw/RmwImBw3ZC7SXexHc/b/vqk5YCf0GK1tA+OJAdQSRrN8G2VZjI5BdRedP9Y3YT\njcqRw+5iVwKBgGhm5CV0fxzqtxTkkDAB3vexx/+1+/2Kb9D0Ah2Ok9agAIUSl0BF\ndr865/dw+K6QLVgq5+YXw0a2uNSlJyNjY373pEvSmShMHrMh3ZM0fXHyu992MTlf\nn4HubI+tfK0R7vjwsh5OJUPalDuimsw0qRGP3GavhMlUhcu5BVdjx4c3AoGAAv50\nuIOIspn/HJuVb0W+i3MNNxKvx6uM+Mxv3oiTAiRFMKMFzoguuuuq2IIEiUkw9l6N\nYGuU4TL3OcJcGUZTgc2X5v7+BJJAtiQCEk8xnvi3eEkL9wya//D6gFiCCpbuvJw3\nYCg7Ha4EbNzjg0PAWVGaYjJrn2r+BVhAN7ugZRECgYB8pfbMCilYHk6A9HE8OYEi\neGqEeZhCo/wSXN13xNktBfvD+9Ej4w84OR1+ucwr863QGvY41l4RFPN1SjXcxdDz\neytfDEr+Kbtl6XSqaBboUIi8Af6XcH7D4PpAsoMfrnZFXZ5pX7kJq3XZ7Zx0Js7p\nsXwTOmru0y9efyrRhjnUTQ==\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-21T01:29:58.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[111605]: audit 2023-12-21T01:29:57.103162+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQC9b93Y9SBM5YC8jT3GFUZsMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjIxMDEyOTU3WhcN\nMzMxMjE4MDEyOTU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwmzGEgUPopxZIhnr6Urn\n9xlIawYTSr/UbmkeEhSaVZNHWaJ0WBDbDmyRKuU4pjUSaPxGI1UzTqxUKdufvm+5\nL7t6p/PGiUE+vO04mexlmQrT3eRP3Q7PIZaO7q76svGojED97amCUPw5tG13cizw\nNqFqc+UJ5e03RYH4U2Q7/bAGYwMFw2Fk37TRTzEoM1zpL4bKEwVE5va5QS6K/NqM\n1aAnuc6obTjpwzJIO+sEIBezhdDhHLUIIL4uVyztyCdUzvCYpmh8SzdRVYfxYhll\ndt2V1AQr3oHWg/d3+wYdUGefNWJ4Q1kQ25CslWhC17RrDypbJMKgV2xh3gkYy7iM\nrQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/TZMgonREyzEza8Ygq/BJd0zkzzi1\nzSDWzEwla1L/51TLykgNg0T7fiFyEFQnfSqKjOXPRwtWkT6TRKM2irICGegc+OXq\ny0dg3NHN6Wvok13RHr+IlQlonfBN5MSxQgWfro7yziEiXs8opf1oKHWDuYFZPcA2\nlUr+rIvGZXoi2C2gORA/HPRif1X2dY381pvnNMji7tS41UoY4A3vwFDfqiOqTp9I\nHOAvl4MsCFQZ5ys2AC07nsw7olyDQXgRo6793C/nttlUm/0r+qjWr05GITogqxSP\nCRywATUoxOGblG4sULDrDPR28RhtD81EwSinznNNnwTgr173wf/BcWO1\n-----END CERTIFICATE-----\n"}]': finished 2023-12-21T01:29:58.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[111605]: audit 2023-12-21T01:29:57.103650+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCbMYSBQ+inFki\nGevpSuf3GUhrBhNKv9RuaR4SFJpVk0dZonRYENsObJEq5TimNRJo/EYjVTNOrFQp\n25++b7kvu3qn88aJQT687TiZ7GWZCtPd5E/dDs8hlo7urvqy8aiMQP3tqYJQ/Dm0\nbXdyLPA2oWpz5Qnl7TdFgfhTZDv9sAZjAwXDYWTftNFPMSgzXOkvhsoTBUTm9rlB\nLor82ozVoCe5zqhtOOnDMkg76wQgF7OF0OEctQggvi5XLO3IJ1TO8JimaHxLN1FV\nh/FiGWV23ZXUBCvegdaD93f7Bh1QZ581YnhDWRDbkKyVaELXtGsPKlskwqBXbGHe\nCRjLuIytAgMBAAECggEAUl2qe6/RM95wlFXO74JgSvpXB6AHRD+IS04VAyvfRimi\nrIJ6L2TUqIOt7DI3kZIiPn/BZu6NUeMHtMPqJM9H8MTH7acEkNknLvqAZBUV5YQE\nxZgXjVrcvSn/W3adlnlyIhjWeny5TH3OJHXLiH8pNLulUXvSeanJJJUvEoUANTRE\nB/uaCbRrxEPzi51hWB17Vz4WF/trF32N7fieER4b8/DEagw79xvAP7nprKEujKEE\nZCKBF/UvMKiW7c7LAZ7DllJvIrYWEFuIKpA5qum4b1Guco9mxwNi+hW+f5hfLaEV\njYCzVMJLD2k1EKJwAHrll8c5KEVMBktYfJ3eQxPhMQKBgQDpXtaJdR8AJZ2OpODc\nDYHpq9e+QFlNUk59wAZM5V9MO9IvrxQ0HbatuDy431GlAeTZEXjuiu5FOT+scGP2\noH5QRS6qV7nA/KWl8qWcmckZk4SOIe/O1NSKC4eprjBF1xWZySPncv/Vh0dLfdEI\nCXnisAcK2kQzY0dY+QhlBCfOmwKBgQDVRyfIazB0gZb8TEFZ7ZV64QULGmTUZ7ES\nM2LGPsJs4KYYi891bFEAqsmCd2Ld+fKFbh7hGfYzKDAQBhULziFtYmwhFW4R4k4F\nw/RmwImBw3ZC7SXexHc/b/vqk5YCf0GK1tA+OJAdQSRrN8G2VZjI5BdRedP9Y3YT\njcqRw+5iVwKBgGhm5CV0fxzqtxTkkDAB3vexx/+1+/2Kb9D0Ah2Ok9agAIUSl0BF\ndr865/dw+K6QLVgq5+YXw0a2uNSlJyNjY373pEvSmShMHrMh3ZM0fXHyu992MTlf\nn4HubI+tfK0R7vjwsh5OJUPalDuimsw0qRGP3GavhMlUhcu5BVdjx4c3AoGAAv50\nuIOIspn/HJuVb0W+i3MNNxKvx6uM+Mxv3oiTAiRFMKMFzoguuuuq2IIEiUkw9l6N\nYGuU4TL3OcJcGUZTgc2X5v7+BJJAtiQCEk8xnvi3eEkL9wya//D6gFiCCpbuvJw3\nYCg7Ha4EbNzjg0PAWVGaYjJrn2r+BVhAN7ugZRECgYB8pfbMCilYHk6A9HE8OYEi\neGqEeZhCo/wSXN13xNktBfvD+9Ej4w84OR1+ucwr863QGvY41l4RFPN1SjXcxdDz\neytfDEr+Kbtl6XSqaBboUIi8Af6XcH7D4PpAsoMfrnZFXZ5pX7kJq3XZ7Zx0Js7p\nsXwTOmru0y9efyrRhjnUTQ==\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-21T01:29:58.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:57 smithi038 bash[111605]: audit 2023-12-21T01:29:57.107418+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCbMYSBQ+inFki\nGevpSuf3GUhrBhNKv9RuaR4SFJpVk0dZonRYENsObJEq5TimNRJo/EYjVTNOrFQp\n25++b7kvu3qn88aJQT687TiZ7GWZCtPd5E/dDs8hlo7urvqy8aiMQP3tqYJQ/Dm0\nbXdyLPA2oWpz5Qnl7TdFgfhTZDv9sAZjAwXDYWTftNFPMSgzXOkvhsoTBUTm9rlB\nLor82ozVoCe5zqhtOOnDMkg76wQgF7OF0OEctQggvi5XLO3IJ1TO8JimaHxLN1FV\nh/FiGWV23ZXUBCvegdaD93f7Bh1QZ581YnhDWRDbkKyVaELXtGsPKlskwqBXbGHe\nCRjLuIytAgMBAAECggEAUl2qe6/RM95wlFXO74JgSvpXB6AHRD+IS04VAyvfRimi\nrIJ6L2TUqIOt7DI3kZIiPn/BZu6NUeMHtMPqJM9H8MTH7acEkNknLvqAZBUV5YQE\nxZgXjVrcvSn/W3adlnlyIhjWeny5TH3OJHXLiH8pNLulUXvSeanJJJUvEoUANTRE\nB/uaCbRrxEPzi51hWB17Vz4WF/trF32N7fieER4b8/DEagw79xvAP7nprKEujKEE\nZCKBF/UvMKiW7c7LAZ7DllJvIrYWEFuIKpA5qum4b1Guco9mxwNi+hW+f5hfLaEV\njYCzVMJLD2k1EKJwAHrll8c5KEVMBktYfJ3eQxPhMQKBgQDpXtaJdR8AJZ2OpODc\nDYHpq9e+QFlNUk59wAZM5V9MO9IvrxQ0HbatuDy431GlAeTZEXjuiu5FOT+scGP2\noH5QRS6qV7nA/KWl8qWcmckZk4SOIe/O1NSKC4eprjBF1xWZySPncv/Vh0dLfdEI\nCXnisAcK2kQzY0dY+QhlBCfOmwKBgQDVRyfIazB0gZb8TEFZ7ZV64QULGmTUZ7ES\nM2LGPsJs4KYYi891bFEAqsmCd2Ld+fKFbh7hGfYzKDAQBhULziFtYmwhFW4R4k4F\nw/RmwImBw3ZC7SXexHc/b/vqk5YCf0GK1tA+OJAdQSRrN8G2VZjI5BdRedP9Y3YT\njcqRw+5iVwKBgGhm5CV0fxzqtxTkkDAB3vexx/+1+/2Kb9D0Ah2Ok9agAIUSl0BF\ndr865/dw+K6QLVgq5+YXw0a2uNSlJyNjY373pEvSmShMHrMh3ZM0fXHyu992MTlf\nn4HubI+tfK0R7vjwsh5OJUPalDuimsw0qRGP3GavhMlUhcu5BVdjx4c3AoGAAv50\nuIOIspn/HJuVb0W+i3MNNxKvx6uM+Mxv3oiTAiRFMKMFzoguuuuq2IIEiUkw9l6N\nYGuU4TL3OcJcGUZTgc2X5v7+BJJAtiQCEk8xnvi3eEkL9wya//D6gFiCCpbuvJw3\nYCg7Ha4EbNzjg0PAWVGaYjJrn2r+BVhAN7ugZRECgYB8pfbMCilYHk6A9HE8OYEi\neGqEeZhCo/wSXN13xNktBfvD+9Ej4w84OR1+ucwr863QGvY41l4RFPN1SjXcxdDz\neytfDEr+Kbtl6XSqaBboUIi8Af6XcH7D4PpAsoMfrnZFXZ5pX7kJq3XZ7Zx0Js7p\nsXwTOmru0y9efyrRhjnUTQ==\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-21T01:29:58.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:57 smithi153 bash[108237]: cluster 2023-12-21T01:29:56.752346+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:29:58.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:57 smithi153 bash[108237]: audit 2023-12-21T01:29:56.975311+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:29:58.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:57 smithi153 bash[108237]: audit 2023-12-21T01:29:56.978401+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785382\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785457\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785490\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785519\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785547\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785576\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:28:33.785604\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:29:58.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:57 smithi153 bash[108237]: audit 2023-12-21T01:29:57.098820+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQC9b93Y9SBM5YC8jT3GFUZsMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjIxMDEyOTU3WhcN\nMzMxMjE4MDEyOTU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwmzGEgUPopxZIhnr6Urn\n9xlIawYTSr/UbmkeEhSaVZNHWaJ0WBDbDmyRKuU4pjUSaPxGI1UzTqxUKdufvm+5\nL7t6p/PGiUE+vO04mexlmQrT3eRP3Q7PIZaO7q76svGojED97amCUPw5tG13cizw\nNqFqc+UJ5e03RYH4U2Q7/bAGYwMFw2Fk37TRTzEoM1zpL4bKEwVE5va5QS6K/NqM\n1aAnuc6obTjpwzJIO+sEIBezhdDhHLUIIL4uVyztyCdUzvCYpmh8SzdRVYfxYhll\ndt2V1AQr3oHWg/d3+wYdUGefNWJ4Q1kQ25CslWhC17RrDypbJMKgV2xh3gkYy7iM\nrQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/TZMgonREyzEza8Ygq/BJd0zkzzi1\nzSDWzEwla1L/51TLykgNg0T7fiFyEFQnfSqKjOXPRwtWkT6TRKM2irICGegc+OXq\ny0dg3NHN6Wvok13RHr+IlQlonfBN5MSxQgWfro7yziEiXs8opf1oKHWDuYFZPcA2\nlUr+rIvGZXoi2C2gORA/HPRif1X2dY381pvnNMji7tS41UoY4A3vwFDfqiOqTp9I\nHOAvl4MsCFQZ5ys2AC07nsw7olyDQXgRo6793C/nttlUm/0r+qjWr05GITogqxSP\nCRywATUoxOGblG4sULDrDPR28RhtD81EwSinznNNnwTgr173wf/BcWO1\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-21T01:29:58.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:57 smithi153 bash[108237]: audit 2023-12-21T01:29:57.103162+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQC9b93Y9SBM5YC8jT3GFUZsMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjIxMDEyOTU3WhcN\nMzMxMjE4MDEyOTU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwmzGEgUPopxZIhnr6Urn\n9xlIawYTSr/UbmkeEhSaVZNHWaJ0WBDbDmyRKuU4pjUSaPxGI1UzTqxUKdufvm+5\nL7t6p/PGiUE+vO04mexlmQrT3eRP3Q7PIZaO7q76svGojED97amCUPw5tG13cizw\nNqFqc+UJ5e03RYH4U2Q7/bAGYwMFw2Fk37TRTzEoM1zpL4bKEwVE5va5QS6K/NqM\n1aAnuc6obTjpwzJIO+sEIBezhdDhHLUIIL4uVyztyCdUzvCYpmh8SzdRVYfxYhll\ndt2V1AQr3oHWg/d3+wYdUGefNWJ4Q1kQ25CslWhC17RrDypbJMKgV2xh3gkYy7iM\nrQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/TZMgonREyzEza8Ygq/BJd0zkzzi1\nzSDWzEwla1L/51TLykgNg0T7fiFyEFQnfSqKjOXPRwtWkT6TRKM2irICGegc+OXq\ny0dg3NHN6Wvok13RHr+IlQlonfBN5MSxQgWfro7yziEiXs8opf1oKHWDuYFZPcA2\nlUr+rIvGZXoi2C2gORA/HPRif1X2dY381pvnNMji7tS41UoY4A3vwFDfqiOqTp9I\nHOAvl4MsCFQZ5ys2AC07nsw7olyDQXgRo6793C/nttlUm/0r+qjWr05GITogqxSP\nCRywATUoxOGblG4sULDrDPR28RhtD81EwSinznNNnwTgr173wf/BcWO1\n-----END CERTIFICATE-----\n"}]': finished 2023-12-21T01:29:58.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:57 smithi153 bash[108237]: audit 2023-12-21T01:29:57.103650+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCbMYSBQ+inFki\nGevpSuf3GUhrBhNKv9RuaR4SFJpVk0dZonRYENsObJEq5TimNRJo/EYjVTNOrFQp\n25++b7kvu3qn88aJQT687TiZ7GWZCtPd5E/dDs8hlo7urvqy8aiMQP3tqYJQ/Dm0\nbXdyLPA2oWpz5Qnl7TdFgfhTZDv9sAZjAwXDYWTftNFPMSgzXOkvhsoTBUTm9rlB\nLor82ozVoCe5zqhtOOnDMkg76wQgF7OF0OEctQggvi5XLO3IJ1TO8JimaHxLN1FV\nh/FiGWV23ZXUBCvegdaD93f7Bh1QZ581YnhDWRDbkKyVaELXtGsPKlskwqBXbGHe\nCRjLuIytAgMBAAECggEAUl2qe6/RM95wlFXO74JgSvpXB6AHRD+IS04VAyvfRimi\nrIJ6L2TUqIOt7DI3kZIiPn/BZu6NUeMHtMPqJM9H8MTH7acEkNknLvqAZBUV5YQE\nxZgXjVrcvSn/W3adlnlyIhjWeny5TH3OJHXLiH8pNLulUXvSeanJJJUvEoUANTRE\nB/uaCbRrxEPzi51hWB17Vz4WF/trF32N7fieER4b8/DEagw79xvAP7nprKEujKEE\nZCKBF/UvMKiW7c7LAZ7DllJvIrYWEFuIKpA5qum4b1Guco9mxwNi+hW+f5hfLaEV\njYCzVMJLD2k1EKJwAHrll8c5KEVMBktYfJ3eQxPhMQKBgQDpXtaJdR8AJZ2OpODc\nDYHpq9e+QFlNUk59wAZM5V9MO9IvrxQ0HbatuDy431GlAeTZEXjuiu5FOT+scGP2\noH5QRS6qV7nA/KWl8qWcmckZk4SOIe/O1NSKC4eprjBF1xWZySPncv/Vh0dLfdEI\nCXnisAcK2kQzY0dY+QhlBCfOmwKBgQDVRyfIazB0gZb8TEFZ7ZV64QULGmTUZ7ES\nM2LGPsJs4KYYi891bFEAqsmCd2Ld+fKFbh7hGfYzKDAQBhULziFtYmwhFW4R4k4F\nw/RmwImBw3ZC7SXexHc/b/vqk5YCf0GK1tA+OJAdQSRrN8G2VZjI5BdRedP9Y3YT\njcqRw+5iVwKBgGhm5CV0fxzqtxTkkDAB3vexx/+1+/2Kb9D0Ah2Ok9agAIUSl0BF\ndr865/dw+K6QLVgq5+YXw0a2uNSlJyNjY373pEvSmShMHrMh3ZM0fXHyu992MTlf\nn4HubI+tfK0R7vjwsh5OJUPalDuimsw0qRGP3GavhMlUhcu5BVdjx4c3AoGAAv50\nuIOIspn/HJuVb0W+i3MNNxKvx6uM+Mxv3oiTAiRFMKMFzoguuuuq2IIEiUkw9l6N\nYGuU4TL3OcJcGUZTgc2X5v7+BJJAtiQCEk8xnvi3eEkL9wya//D6gFiCCpbuvJw3\nYCg7Ha4EbNzjg0PAWVGaYjJrn2r+BVhAN7ugZRECgYB8pfbMCilYHk6A9HE8OYEi\neGqEeZhCo/wSXN13xNktBfvD+9Ej4w84OR1+ucwr863QGvY41l4RFPN1SjXcxdDz\neytfDEr+Kbtl6XSqaBboUIi8Af6XcH7D4PpAsoMfrnZFXZ5pX7kJq3XZ7Zx0Js7p\nsXwTOmru0y9efyrRhjnUTQ==\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-21T01:29:58.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:57 smithi153 bash[108237]: audit 2023-12-21T01:29:57.107418+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCbMYSBQ+inFki\nGevpSuf3GUhrBhNKv9RuaR4SFJpVk0dZonRYENsObJEq5TimNRJo/EYjVTNOrFQp\n25++b7kvu3qn88aJQT687TiZ7GWZCtPd5E/dDs8hlo7urvqy8aiMQP3tqYJQ/Dm0\nbXdyLPA2oWpz5Qnl7TdFgfhTZDv9sAZjAwXDYWTftNFPMSgzXOkvhsoTBUTm9rlB\nLor82ozVoCe5zqhtOOnDMkg76wQgF7OF0OEctQggvi5XLO3IJ1TO8JimaHxLN1FV\nh/FiGWV23ZXUBCvegdaD93f7Bh1QZ581YnhDWRDbkKyVaELXtGsPKlskwqBXbGHe\nCRjLuIytAgMBAAECggEAUl2qe6/RM95wlFXO74JgSvpXB6AHRD+IS04VAyvfRimi\nrIJ6L2TUqIOt7DI3kZIiPn/BZu6NUeMHtMPqJM9H8MTH7acEkNknLvqAZBUV5YQE\nxZgXjVrcvSn/W3adlnlyIhjWeny5TH3OJHXLiH8pNLulUXvSeanJJJUvEoUANTRE\nB/uaCbRrxEPzi51hWB17Vz4WF/trF32N7fieER4b8/DEagw79xvAP7nprKEujKEE\nZCKBF/UvMKiW7c7LAZ7DllJvIrYWEFuIKpA5qum4b1Guco9mxwNi+hW+f5hfLaEV\njYCzVMJLD2k1EKJwAHrll8c5KEVMBktYfJ3eQxPhMQKBgQDpXtaJdR8AJZ2OpODc\nDYHpq9e+QFlNUk59wAZM5V9MO9IvrxQ0HbatuDy431GlAeTZEXjuiu5FOT+scGP2\noH5QRS6qV7nA/KWl8qWcmckZk4SOIe/O1NSKC4eprjBF1xWZySPncv/Vh0dLfdEI\nCXnisAcK2kQzY0dY+QhlBCfOmwKBgQDVRyfIazB0gZb8TEFZ7ZV64QULGmTUZ7ES\nM2LGPsJs4KYYi891bFEAqsmCd2Ld+fKFbh7hGfYzKDAQBhULziFtYmwhFW4R4k4F\nw/RmwImBw3ZC7SXexHc/b/vqk5YCf0GK1tA+OJAdQSRrN8G2VZjI5BdRedP9Y3YT\njcqRw+5iVwKBgGhm5CV0fxzqtxTkkDAB3vexx/+1+/2Kb9D0Ah2Ok9agAIUSl0BF\ndr865/dw+K6QLVgq5+YXw0a2uNSlJyNjY373pEvSmShMHrMh3ZM0fXHyu992MTlf\nn4HubI+tfK0R7vjwsh5OJUPalDuimsw0qRGP3GavhMlUhcu5BVdjx4c3AoGAAv50\nuIOIspn/HJuVb0W+i3MNNxKvx6uM+Mxv3oiTAiRFMKMFzoguuuuq2IIEiUkw9l6N\nYGuU4TL3OcJcGUZTgc2X5v7+BJJAtiQCEk8xnvi3eEkL9wya//D6gFiCCpbuvJw3\nYCg7Ha4EbNzjg0PAWVGaYjJrn2r+BVhAN7ugZRECgYB8pfbMCilYHk6A9HE8OYEi\neGqEeZhCo/wSXN13xNktBfvD+9Ej4w84OR1+ucwr863QGvY41l4RFPN1SjXcxdDz\neytfDEr+Kbtl6XSqaBboUIi8Af6XcH7D4PpAsoMfrnZFXZ5pX7kJq3XZ7Zx0Js7p\nsXwTOmru0y9efyrRhjnUTQ==\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-21T01:29:58.643 INFO:teuthology.orchestra.run.smithi038.stdout:171798691854 2023-12-21T01:29:58.643 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-21T01:29:58.886 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:58 smithi038 bash[108204]: cephadm 2023-12-21T01:29:57.107932+0000 mgr.y (mgr.14142) 149 : cephadm [INF] Deploying daemon grafana.a on smithi153 2023-12-21T01:29:58.887 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:58 smithi038 bash[111605]: cephadm 2023-12-21T01:29:57.107932+0000 mgr.y (mgr.14142) 149 : cephadm [INF] Deploying daemon grafana.a on smithi153 2023-12-21T01:29:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:58 smithi153 bash[108237]: cephadm 2023-12-21T01:29:57.107932+0000 mgr.y (mgr.14142) 149 : cephadm [INF] Deploying daemon grafana.a on smithi153 2023-12-21T01:29:59.468 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:29:59 smithi038 bash[123652]: ts=2023-12-21T01:29:59.420Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000367006s 2023-12-21T01:29:59.784 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:29:59 smithi038 bash[108204]: cluster 2023-12-21T01:29:58.752749+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:00.073 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:29:59 smithi038 bash[111605]: cluster 2023-12-21T01:29:58.752749+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:00.075 INFO:teuthology.orchestra.run.smithi038.stdout:206158430220 2023-12-21T01:30:00.075 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-21T01:30:00.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:29:59 smithi153 bash[108237]: cluster 2023-12-21T01:29:58.752749+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:01.442 INFO:teuthology.orchestra.run.smithi038.stdout:244813135881 2023-12-21T01:30:01.443 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-21T01:30:02.020 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:01 smithi038 bash[108204]: cluster 2023-12-21T01:30:00.753031+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:02.020 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:01 smithi038 bash[111605]: cluster 2023-12-21T01:30:00.753031+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:02.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:01 smithi153 bash[108237]: cluster 2023-12-21T01:30:00.753031+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:02.926 INFO:teuthology.orchestra.run.smithi038.stdout:257698037771 2023-12-21T01:30:02.927 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-21T01:30:03.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:03 smithi038 bash[108204]: cluster 2023-12-21T01:30:02.753279+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:03.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:03 smithi038 bash[111605]: cluster 2023-12-21T01:30:02.753279+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:04.077 INFO:teuthology.orchestra.run.smithi038.stdout:60129542170 2023-12-21T01:30:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:03 smithi153 bash[108237]: cluster 2023-12-21T01:30:02.753279+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:04.492 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542167 got 60129542170 for osd.0 2023-12-21T01:30:04.492 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-21T01:30:05.036 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:04 smithi038 bash[111605]: audit 2023-12-21T01:30:04.075412+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/2136423664' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T01:30:05.036 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:04 smithi038 bash[108204]: audit 2023-12-21T01:30:04.075412+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/2136423664' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T01:30:05.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:04 smithi153 bash[108237]: audit 2023-12-21T01:30:04.075412+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/2136423664' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T01:30:05.667 INFO:teuthology.orchestra.run.smithi038.stdout:90194313239 2023-12-21T01:30:05.948 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:05 smithi038 bash[108204]: cluster 2023-12-21T01:30:04.753558+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:05.948 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:05 smithi038 bash[108204]: audit 2023-12-21T01:30:05.666098+0000 mon.a (mon.0) 711 : audit [DBG] from='client.? 172.21.15.38:0/3820586989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T01:30:05.948 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:05 smithi038 bash[111605]: cluster 2023-12-21T01:30:04.753558+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:05.948 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:05 smithi038 bash[111605]: audit 2023-12-21T01:30:05.666098+0000 mon.a (mon.0) 711 : audit [DBG] from='client.? 172.21.15.38:0/3820586989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T01:30:06.042 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313236 got 90194313239 for osd.1 2023-12-21T01:30:06.042 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-21T01:30:06.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:05 smithi153 bash[108237]: cluster 2023-12-21T01:30:04.753558+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:06.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:05 smithi153 bash[108237]: audit 2023-12-21T01:30:05.666098+0000 mon.a (mon.0) 711 : audit [DBG] from='client.? 172.21.15.38:0/3820586989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T01:30:06.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:06 smithi038 bash[108204]: cluster 2023-12-21T01:30:06.753994+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:06.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:06 smithi038 bash[111605]: cluster 2023-12-21T01:30:06.753994+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:07.241 INFO:teuthology.orchestra.run.smithi038.stdout:120259084309 2023-12-21T01:30:07.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:06 smithi153 bash[108237]: cluster 2023-12-21T01:30:06.753994+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:07.547 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:07 smithi038 bash[123652]: ts=2023-12-21T01:30:07.421Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001907049s 2023-12-21T01:30:07.608 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084306 got 120259084309 for osd.2 2023-12-21T01:30:07.608 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-21T01:30:08.186 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:07 smithi038 bash[111605]: audit 2023-12-21T01:30:07.240087+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.38:0/876766578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T01:30:08.186 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:07 smithi038 bash[108204]: audit 2023-12-21T01:30:07.240087+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.38:0/876766578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T01:30:08.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:07 smithi153 bash[108237]: audit 2023-12-21T01:30:07.240087+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.38:0/876766578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T01:30:08.828 INFO:teuthology.orchestra.run.smithi038.stdout:133143986197 2023-12-21T01:30:09.131 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:08 smithi038 bash[108204]: cluster 2023-12-21T01:30:08.754333+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:09.131 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:08 smithi038 bash[108204]: audit 2023-12-21T01:30:08.826570+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3955041137' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T01:30:09.131 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:08 smithi038 bash[111605]: cluster 2023-12-21T01:30:08.754333+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:09.131 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:08 smithi038 bash[111605]: audit 2023-12-21T01:30:08.826570+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3955041137' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T01:30:09.208 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986195 got 133143986197 for osd.3 2023-12-21T01:30:09.209 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-21T01:30:09.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:08 smithi153 bash[108237]: cluster 2023-12-21T01:30:08.754333+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:09.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:08 smithi153 bash[108237]: audit 2023-12-21T01:30:08.826570+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3955041137' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T01:30:10.460 INFO:teuthology.orchestra.run.smithi038.stdout:171798691856 2023-12-21T01:30:10.832 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:10 smithi038 bash[108204]: audit 2023-12-21T01:30:10.458613+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.38:0/2554228500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T01:30:10.832 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:10 smithi038 bash[111605]: audit 2023-12-21T01:30:10.458613+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.38:0/2554228500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T01:30:10.833 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691854 got 171798691856 for osd.4 2023-12-21T01:30:10.833 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-21T01:30:10.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:10 smithi153 bash[108237]: audit 2023-12-21T01:30:10.458613+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.38:0/2554228500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T01:30:11.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:11 smithi038 bash[108204]: cluster 2023-12-21T01:30:10.754685+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:11.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:11 smithi038 bash[111605]: cluster 2023-12-21T01:30:10.754685+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:11.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:11 smithi153 bash[108237]: cluster 2023-12-21T01:30:10.754685+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:12.000 INFO:teuthology.orchestra.run.smithi038.stdout:206158430222 2023-12-21T01:30:12.374 INFO:tasks.cephadm.ceph_manager.ceph:need seq 206158430220 got 206158430222 for osd.5 2023-12-21T01:30:12.375 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-21T01:30:12.902 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:12 smithi038 bash[111605]: audit 2023-12-21T01:30:11.998772+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.38:0/3328571130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T01:30:12.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:12 smithi038 bash[108204]: audit 2023-12-21T01:30:11.998772+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.38:0/3328571130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T01:30:12.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:12 smithi153 bash[108237]: audit 2023-12-21T01:30:11.998772+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.38:0/3328571130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T01:30:13.587 INFO:teuthology.orchestra.run.smithi038.stdout:244813135884 2023-12-21T01:30:13.901 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:13 smithi038 bash[111605]: cluster 2023-12-21T01:30:12.755020+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:13.901 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:13 smithi038 bash[111605]: audit 2023-12-21T01:30:13.585384+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.38:0/670247084' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T01:30:13.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:13 smithi038 bash[108204]: cluster 2023-12-21T01:30:12.755020+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:13.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:13 smithi038 bash[108204]: audit 2023-12-21T01:30:13.585384+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.38:0/670247084' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T01:30:13.934 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:13 smithi153 bash[108237]: cluster 2023-12-21T01:30:12.755020+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:13.934 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:13 smithi153 bash[108237]: audit 2023-12-21T01:30:13.585384+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.38:0/670247084' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T01:30:13.957 INFO:tasks.cephadm.ceph_manager.ceph:need seq 244813135881 got 244813135884 for osd.6 2023-12-21T01:30:13.957 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-21T01:30:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:14 smithi038 bash[108204]: audit 2023-12-21T01:30:14.757392+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:14 smithi038 bash[108204]: audit 2023-12-21T01:30:14.765337+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:14 smithi038 bash[108204]: audit 2023-12-21T01:30:14.766054+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:14.910 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:14 smithi038 bash[111605]: audit 2023-12-21T01:30:14.757392+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:14.910 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:14 smithi038 bash[111605]: audit 2023-12-21T01:30:14.765337+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:14.910 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:14 smithi038 bash[111605]: audit 2023-12-21T01:30:14.766054+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:14.929 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:14 smithi153 podman[119548]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-grafana.a" found: no such container 2023-12-21T01:30:14.929 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:14 smithi153 systemd[1]: Started Ceph grafana.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:30:14.930 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:14 smithi153 bash[108237]: audit 2023-12-21T01:30:14.757392+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:14.930 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:14 smithi153 bash[108237]: audit 2023-12-21T01:30:14.765337+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961754\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961840\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961874\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961905\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961935\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961963\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:29:43.961992\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:14.930 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:14 smithi153 bash[108237]: audit 2023-12-21T01:30:14.766054+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:15.148 INFO:teuthology.orchestra.run.smithi038.stdout:257698037773 2023-12-21T01:30:15.181 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2023-12-21T01:30:15.181 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-21T01:30:15.181 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-21T01:30:15.181 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-21T01:30:15.181 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="App mode production" logger=settings 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing SqlStore" logger=server 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Starting DB migration" logger=migrator 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-21T01:30:15.182 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-21T01:30:15.183 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-21T01:30:15.184 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-21T01:30:15.185 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-21T01:30:15.186 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-21T01:30:15.187 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-21T01:30:15.188 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-21T01:30:15.188 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-21T01:30:15.188 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-21T01:30:15.188 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-21T01:30:15.189 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-21T01:30:15.190 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-21T01:30:15.191 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-21T01:30:15.192 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-21T01:30:15.193 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-21T01:30:15.194 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-21T01:30:15.195 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-21T01:30:15.196 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-21T01:30:15.196 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-21T01:30:15.196 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-21T01:30:15.197 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-21T01:30:15.198 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-21T01:30:15.199 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-21T01:30:15.200 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing HTTPServer" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing PluginManager" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Starting plugin search" logger=plugins 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing HooksService" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing RemoteCache" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing QuotaService" logger=server 2023-12-21T01:30:15.201 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing ServerLockService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing RenderingService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing AlertEngine" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing LoginService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing SearchService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing TracingService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing CleanUpService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing NotificationService" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2023-12-21T01:30:15.202 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2023-12-21T01:30:15.203 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="Initializing Stream Manager" 2023-12-21T01:30:15.494 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[119565]: t=2023-12-21T01:30:15+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2023-12-21T01:30:15.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 257698037771 got 257698037773 for osd.7 2023-12-21T01:30:15.743 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-21T01:30:15.744 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T01:30:16.054 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:15 smithi038 bash[111605]: cluster 2023-12-21T01:30:14.755328+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:16.054 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:15 smithi038 bash[111605]: audit 2023-12-21T01:30:15.146480+0000 mon.a (mon.0) 717 : audit [DBG] from='client.? 172.21.15.38:0/2137805499' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T01:30:16.054 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:15 smithi038 bash[108204]: cluster 2023-12-21T01:30:14.755328+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:16.054 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:15 smithi038 bash[108204]: audit 2023-12-21T01:30:15.146480+0000 mon.a (mon.0) 717 : audit [DBG] from='client.? 172.21.15.38:0/2137805499' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T01:30:16.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[108237]: cluster 2023-12-21T01:30:14.755328+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:16.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:15 smithi153 bash[108237]: audit 2023-12-21T01:30:15.146480+0000 mon.a (mon.0) 717 : audit [DBG] from='client.? 172.21.15.38:0/2137805499' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T01:30:17.187 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:30:17.188 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2023-12-21T01:30:17.624 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":160,"stamp":"2023-12-21T01:30:16.755500+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":0,"num_keys_recovered":1,"num_objects_omap":1,"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":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8393472,"kb_used_data":4800,"kb_used_omap":48,"kb_used_meta":8388559,"kb_avail":741567744,"statfs":{"total":767960285184,"available":759365369856,"internally_reserved":8589934592,"allocated":4915200,"data_stored":1947264,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":49184,"internal_metadata":8589885408},"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":"12.002075"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"61","state":"active+clean","last_fresh":"2023-12-21T01:29:27.221302+0000","last_change":"2023-12-21T01:29:27.221302+0000","last_active":"2023-12-21T01:29:27.221302+0000","last_peered":"2023-12-21T01:29:27.221302+0000","last_clean":"2023-12-21T01:29:27.221302+0000","last_became_active":"2023-12-21T01:29:27.218526+0000","last_became_peered":"2023-12-21T01:29:27.218526+0000","last_unstale":"2023-12-21T01:29:27.221302+0000","last_undegraded":"2023-12-21T01:29:27.221302+0000","last_fullsized":"2023-12-21T01:29:27.221302+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T01:26:08.535526+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T01:26:08.535526+0000","last_clean_scrub_stamp":"2023-12-21T01:26:08.535526+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":0,"num_keys_recovered":1,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":0,"num_keys_recovered":1,"num_objects_omap":1,"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":44061,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":60,"seq":257698037773,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59499999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57199999999999995}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45900000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33700000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38500000000000001}]}]},{"osd":6,"up_from":57,"seq":244813135884,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8051,"internal_metadata":1073733773},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.316}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30399999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34599999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.246}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42699999999999999}]}]},{"osd":1,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8480,"internal_metadata":1073733344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:17 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.501,"5min":0.501,"15min":0.501},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.28599999999999998}]},{"osd":2,"last update":"Thu Dec 21 01:29:32 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.311}]},{"osd":3,"last update":"Thu Dec 21 01:29:38 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.31900000000000001}]},{"osd":4,"last update":"Thu Dec 21 01:29:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.49399999999999999}]},{"osd":5,"last update":"Thu Dec 21 01:30:12 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.501}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46300000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]}]},{"osd":0,"up_from":14,"seq":60129542173,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5123,"internal_metadata":1073736701},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 01:29:17 2023","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.16200000000000001,"5min":0.16200000000000001,"15min":0.16200000000000001},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.22700000000000001}]},{"osd":2,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.32500000000000001}]},{"osd":3,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.27500000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.33200000000000002}]},{"osd":4,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.48099999999999998}]},{"osd":5,"last update":"Thu Dec 21 01:30:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.5},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.50600000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52400000000000002}]}]},{"osd":2,"up_from":28,"seq":120259084311,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9552,"internal_metadata":1073732272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.27400000000000002}]},{"osd":1,"last update":"Thu Dec 21 01:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.26200000000000001}]},{"osd":3,"last update":"Thu Dec 21 01:29:39 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.315}]},{"osd":4,"last update":"Thu Dec 21 01:29:56 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.46700000000000003}]},{"osd":5,"last update":"Thu Dec 21 01:30:14 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.42199999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.503}]}]},{"osd":3,"up_from":31,"seq":133143986199,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.30199999999999999}]},{"osd":1,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.251},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.28199999999999997}]},{"osd":2,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.27500000000000002}]},{"osd":4,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.495},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.54100000000000004}]},{"osd":5,"last update":"Thu Dec 21 01:30:11 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.51200000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52500000000000002}]}]},{"osd":4,"up_from":40,"seq":171798691858,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8197,"internal_metadata":1073733627},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.45200000000000001}]},{"osd":1,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.46800000000000003}]},{"osd":2,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.436},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.41499999999999998}]},{"osd":3,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.42799999999999999}]},{"osd":5,"last update":"Thu Dec 21 01:30:12 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.379}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]}]},{"osd":5,"up_from":48,"seq":206158430223,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9781,"internal_metadata":1073732043},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.42199999999999999}]},{"osd":1,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.40200000000000002}]},{"osd":2,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.378}]},{"osd":3,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.502}]},{"osd":4,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.28999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32100000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39600000000000002}]}]}]}} 2023-12-21T01:30:17.625 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T01:30:17.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:17 smithi153 bash[108237]: cluster 2023-12-21T01:30:16.755634+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:17.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:17 smithi153 bash[108237]: audit 2023-12-21T01:30:17.306720+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"cf5d9216c3a3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305815\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:29:57.166081\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_daemon_update\": \"2023-12-21T01:30:17.305910\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:17.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:17 smithi153 bash[108237]: audit 2023-12-21T01:30:17.314015+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"cf5d9216c3a3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305815\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:29:57.166081\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_daemon_update\": \"2023-12-21T01:30:17.305910\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:17.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:17 smithi153 bash[108237]: audit 2023-12-21T01:30:17.314517+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:18.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[111605]: cluster 2023-12-21T01:30:16.755634+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:18.160 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[108204]: cluster 2023-12-21T01:30:16.755634+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:18.161 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[108204]: audit 2023-12-21T01:30:17.306720+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"cf5d9216c3a3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305815\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:29:57.166081\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_daemon_update\": \"2023-12-21T01:30:17.305910\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:18.161 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[108204]: audit 2023-12-21T01:30:17.314015+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"cf5d9216c3a3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305815\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:29:57.166081\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_daemon_update\": \"2023-12-21T01:30:17.305910\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:18.161 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[108204]: audit 2023-12-21T01:30:17.314517+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:18.161 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[111605]: audit 2023-12-21T01:30:17.306720+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"cf5d9216c3a3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305815\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:29:57.166081\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_daemon_update\": \"2023-12-21T01:30:17.305910\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:18.161 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[111605]: audit 2023-12-21T01:30:17.314015+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"cf5d9216c3a3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305815\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:29:57.166081\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:45.082393\"}}, \"last_daemon_update\": \"2023-12-21T01:30:17.305910\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:18.161 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:17 smithi038 bash[111605]: audit 2023-12-21T01:30:17.314517+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:18.807 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:18 smithi038 bash[108204]: audit 2023-12-21T01:30:17.183043+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.24490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T01:30:18.828 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:30:18.829 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2023-12-21T01:30:18.991 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:18 smithi153 bash[108237]: audit 2023-12-21T01:30:17.183043+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.24490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T01:30:19.060 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:18 smithi038 bash[111605]: audit 2023-12-21T01:30:17.183043+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.24490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T01:30:19.232 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":161,"stamp":"2023-12-21T01:30:18.755798+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":0,"num_keys_recovered":1,"num_objects_omap":1,"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":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8393472,"kb_used_data":4800,"kb_used_omap":48,"kb_used_meta":8388559,"kb_avail":741567744,"statfs":{"total":767960285184,"available":759365369856,"internally_reserved":8589934592,"allocated":4915200,"data_stored":1947264,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":49184,"internal_metadata":8589885408},"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":"12.001992"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"61","state":"active+clean","last_fresh":"2023-12-21T01:29:27.221302+0000","last_change":"2023-12-21T01:29:27.221302+0000","last_active":"2023-12-21T01:29:27.221302+0000","last_peered":"2023-12-21T01:29:27.221302+0000","last_clean":"2023-12-21T01:29:27.221302+0000","last_became_active":"2023-12-21T01:29:27.218526+0000","last_became_peered":"2023-12-21T01:29:27.218526+0000","last_unstale":"2023-12-21T01:29:27.221302+0000","last_undegraded":"2023-12-21T01:29:27.221302+0000","last_fullsized":"2023-12-21T01:29:27.221302+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T01:26:08.535526+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T01:26:08.535526+0000","last_clean_scrub_stamp":"2023-12-21T01:26:08.535526+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":0,"num_keys_recovered":1,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":0,"num_keys_recovered":1,"num_objects_omap":1,"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":44061,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":60,"seq":257698037774,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46899999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45300000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]}]},{"osd":6,"up_from":57,"seq":244813135885,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8051,"internal_metadata":1073733773},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54200000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67900000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57599999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45500000000000002}]}]},{"osd":1,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8480,"internal_metadata":1073733344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:17 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.501,"5min":0.501,"15min":0.501},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.28599999999999998}]},{"osd":2,"last update":"Thu Dec 21 01:29:32 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.311}]},{"osd":3,"last update":"Thu Dec 21 01:29:38 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.31900000000000001}]},{"osd":4,"last update":"Thu Dec 21 01:29:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.49399999999999999}]},{"osd":5,"last update":"Thu Dec 21 01:30:12 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.501}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46300000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]}]},{"osd":0,"up_from":14,"seq":60129542173,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5123,"internal_metadata":1073736701},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 01:29:17 2023","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.16200000000000001,"5min":0.16200000000000001,"15min":0.16200000000000001},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.22700000000000001}]},{"osd":2,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.32500000000000001}]},{"osd":3,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.27500000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.33200000000000002}]},{"osd":4,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.48099999999999998}]},{"osd":5,"last update":"Thu Dec 21 01:30:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.5},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.50600000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52400000000000002}]}]},{"osd":2,"up_from":28,"seq":120259084311,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9552,"internal_metadata":1073732272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.27400000000000002}]},{"osd":1,"last update":"Thu Dec 21 01:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.26200000000000001}]},{"osd":3,"last update":"Thu Dec 21 01:29:39 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.315}]},{"osd":4,"last update":"Thu Dec 21 01:29:56 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.46700000000000003}]},{"osd":5,"last update":"Thu Dec 21 01:30:14 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.42199999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.503}]}]},{"osd":3,"up_from":31,"seq":133143986199,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.30199999999999999}]},{"osd":1,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.251},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.28199999999999997}]},{"osd":2,"last update":"Thu Dec 21 01:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.27500000000000002}]},{"osd":4,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.495},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.54100000000000004}]},{"osd":5,"last update":"Thu Dec 21 01:30:11 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.51200000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52500000000000002}]}]},{"osd":4,"up_from":40,"seq":171798691858,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8197,"internal_metadata":1073733627},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.45200000000000001}]},{"osd":1,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.46800000000000003}]},{"osd":2,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.436},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.41499999999999998}]},{"osd":3,"last update":"Thu Dec 21 01:29:58 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.42799999999999999}]},{"osd":5,"last update":"Thu Dec 21 01:30:12 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.379}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]}]},{"osd":5,"up_from":48,"seq":206158430224,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":243408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9781,"internal_metadata":1073732043},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.89300000000000002},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.84699999999999998}]},{"osd":1,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.81599999999999995}]},{"osd":2,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.80500000000000005}]},{"osd":3,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.874},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.83899999999999997}]},{"osd":4,"last update":"Thu Dec 21 01:30:10 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.32500000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.374}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34599999999999997}]}]}]}} 2023-12-21T01:30:19.234 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-21T01:30:19.234 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-21T01:30:19.234 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-21T01:30:19.234 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-21T01:30:20.105 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[108204]: cluster 2023-12-21T01:30:18.755956+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:20.106 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[108204]: audit 2023-12-21T01:30:18.824218+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T01:30:20.106 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[111605]: cluster 2023-12-21T01:30:18.755956+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:20.106 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[111605]: audit 2023-12-21T01:30:18.824218+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T01:30:20.106 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[108204]: audit 2023-12-21T01:30:19.199625+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198593\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:19.198750\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:20.106 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[108204]: audit 2023-12-21T01:30:19.206283+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198593\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:19.198750\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:20.107 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[108204]: cephadm 2023-12-21T01:30:19.208052+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-21T01:30:20.107 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[108204]: cephadm 2023-12-21T01:30:19.209837+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2023-12-21T01:30:20.107 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[111605]: audit 2023-12-21T01:30:19.199625+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198593\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:19.198750\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:20.107 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[111605]: audit 2023-12-21T01:30:19.206283+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198593\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:19.198750\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:20.107 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[111605]: cephadm 2023-12-21T01:30:19.208052+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-21T01:30:20.107 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:19 smithi038 bash[111605]: cephadm 2023-12-21T01:30:19.209837+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2023-12-21T01:30:20.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:19 smithi153 bash[108237]: cluster 2023-12-21T01:30:18.755956+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:20.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:19 smithi153 bash[108237]: audit 2023-12-21T01:30:18.824218+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T01:30:20.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:19 smithi153 bash[108237]: audit 2023-12-21T01:30:19.199625+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198593\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:19.198750\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:20.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:19 smithi153 bash[108237]: audit 2023-12-21T01:30:19.206283+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"1a91d1540fdf\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198593\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:29:42.835119\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:29:29.690724\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:19.198750\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:20.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:19 smithi153 bash[108237]: cephadm 2023-12-21T01:30:19.208052+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-21T01:30:20.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:19 smithi153 bash[108237]: cephadm 2023-12-21T01:30:19.209837+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2023-12-21T01:30:20.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:20 smithi038 bash[111605]: cluster 2023-12-21T01:30:20.756227+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:20.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:20 smithi038 bash[108204]: cluster 2023-12-21T01:30:20.756227+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:21.067 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-21T01:30:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:20 smithi153 bash[108237]: cluster 2023-12-21T01:30:20.756227+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:21.827 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:21 smithi038 systemd[1]: Stopping Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:30:21.828 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:21 smithi038 bash[123652]: ts=2023-12-21T01:30:21.678Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-21T01:30:21.828 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:21 smithi038 bash[108204]: audit 2023-12-21T01:30:21.066034+0000 mon.a (mon.0) 723 : audit [DBG] from='client.? 172.21.15.38:0/3822562221' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T01:30:21.841 INFO:teuthology.orchestra.run.smithi038.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-21T01:30:21.841 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-21T01:30:21.841 INFO:tasks.cephadm:Setup complete, yielding 2023-12-21T01:30:21.841 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T01:30:21.851 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi038.front.sepia.ceph.com 2023-12-21T01:30:21.852 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-21T01:30:22.193 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:22 smithi038 podman[126734]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-alertmanager.a 2023-12-21T01:30:22.193 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:21 smithi038 bash[111605]: audit 2023-12-21T01:30:21.066034+0000 mon.a (mon.0) 723 : audit [DBG] from='client.? 172.21.15.38:0/3822562221' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T01:30:22.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:21 smithi153 bash[108237]: audit 2023-12-21T01:30:21.066034+0000 mon.a (mon.0) 723 : audit [DBG] from='client.? 172.21.15.38:0/3822562221' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T01:30:22.451 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:22 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-21T01:30:22.451 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:22 smithi038 systemd[1]: Stopped Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:30:22.451 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:22 smithi038 systemd[1]: Starting Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:30:22.451 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:22 smithi038 podman[126842]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-21T01:30:22.451 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:22 smithi038 systemd[1]: Started Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:30:22.991 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[108204]: audit 2023-12-21T01:30:22.387376+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:22.991 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[108204]: audit 2023-12-21T01:30:22.394800+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:22.991 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[108204]: cephadm 2023-12-21T01:30:22.395298+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-21T01:30:22.991 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[108204]: cephadm 2023-12-21T01:30:22.396861+0000 mgr.y (mgr.14142) 167 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi153 2023-12-21T01:30:22.991 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[108204]: cluster 2023-12-21T01:30:22.756647+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:22.992 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[111605]: audit 2023-12-21T01:30:22.387376+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:22.992 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[111605]: audit 2023-12-21T01:30:22.394800+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:22.992 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[111605]: cephadm 2023-12-21T01:30:22.395298+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-21T01:30:22.992 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[111605]: cephadm 2023-12-21T01:30:22.396861+0000 mgr.y (mgr.14142) 167 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi153 2023-12-21T01:30:22.992 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:22 smithi038 bash[111605]: cluster 2023-12-21T01:30:22.756647+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:23.164 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:22 smithi153 bash[108237]: audit 2023-12-21T01:30:22.387376+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:23.164 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:22 smithi153 bash[108237]: audit 2023-12-21T01:30:22.394800+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305460\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305562\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305605\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305643\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305673\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305709\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305739\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:17.305773\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:23.164 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:22 smithi153 bash[108237]: cephadm 2023-12-21T01:30:22.395298+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-21T01:30:23.164 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:22 smithi153 bash[108237]: cephadm 2023-12-21T01:30:22.396861+0000 mgr.y (mgr.14142) 167 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi153 2023-12-21T01:30:23.164 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:22 smithi153 bash[108237]: cluster 2023-12-21T01:30:22.756647+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:22.999Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:22.999Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:23.000Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.38 port=9094 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:23.001Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:23.024Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:23.025Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:23.026Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-21T01:30:23.467 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:23 smithi038 bash[126858]: ts=2023-12-21T01:30:23.026Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-21T01:30:24.245 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 systemd[1]: Stopping Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:30:24.661 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-21T01:30:24.661 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-21T01:30:24.661 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-21T01:30:24.661 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-21T01:30:24.661 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-21T01:30:24.661 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-21T01:30:24.661 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-21T01:30:24.662 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-21T01:30:24.662 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.246Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-21T01:30:24.662 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.247Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-21T01:30:24.662 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.247Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2023-12-21T01:30:24.662 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[118858]: ts=2023-12-21T01:30:24.247Z caller=main.go:1168 level=info msg="See you next time!" 2023-12-21T01:30:24.662 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 podman[120192]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-prometheus.a 2023-12-21T01:30:24.662 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@prometheus.a.service: Succeeded. 2023-12-21T01:30:24.879 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:30:24.879 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "1cde010b-8faa-43c5-9931-bfed2c953821", 2023-12-21T01:30:24.879 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "r", 2023-12-21T01:30:24.879 INFO:teuthology.orchestra.run.smithi038.stdout: "current_period": "8ad07fec-6b06-481a-a2bb-3e5487d4a5ec", 2023-12-21T01:30:24.879 INFO:teuthology.orchestra.run.smithi038.stdout: "epoch": 1 2023-12-21T01:30:24.879 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:30:24.995 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 systemd[1]: Stopped Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:30:24.995 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 systemd[1]: Starting Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:30:24.995 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 podman[120236]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-prometheus.a" found: no such container 2023-12-21T01:30:24.995 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:24 smithi153 systemd[1]: Started Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: cluster 2023-12-21T01:30:23.841584+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: audit 2023-12-21T01:30:23.842412+0000 mon.a (mon.0) 727 : audit [INF] from='client.? 172.21.15.38:0/552461425' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: audit 2023-12-21T01:30:24.704342+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: audit 2023-12-21T01:30:24.712071+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: cephadm 2023-12-21T01:30:24.712563+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Setting dashboard grafana config to https://smithi153:3000 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: audit 2023-12-21T01:30:24.712826+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: audit 2023-12-21T01:30:24.727377+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-21T01:30:24.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: audit 2023-12-21T01:30:24.730535+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:24.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:24 smithi153 bash[108237]: cluster 2023-12-21T01:30:24.757038+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v165: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:25.154 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:25 smithi038 bash[126858]: ts=2023-12-21T01:30:25.002Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000959436s 2023-12-21T01:30:25.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: cluster 2023-12-21T01:30:23.841584+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-21T01:30:25.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: audit 2023-12-21T01:30:23.842412+0000 mon.a (mon.0) 727 : audit [INF] from='client.? 172.21.15.38:0/552461425' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-21T01:30:25.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: cluster 2023-12-21T01:30:23.841584+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-21T01:30:25.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: audit 2023-12-21T01:30:23.842412+0000 mon.a (mon.0) 727 : audit [INF] from='client.? 172.21.15.38:0/552461425' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-21T01:30:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: audit 2023-12-21T01:30:24.704342+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: audit 2023-12-21T01:30:24.712071+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: cephadm 2023-12-21T01:30:24.712563+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Setting dashboard grafana config to https://smithi153:3000 2023-12-21T01:30:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: audit 2023-12-21T01:30:24.712826+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-21T01:30:25.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: audit 2023-12-21T01:30:24.727377+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-21T01:30:25.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: audit 2023-12-21T01:30:24.730535+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:25.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[111605]: cluster 2023-12-21T01:30:24.757038+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v165: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:25.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: audit 2023-12-21T01:30:24.704342+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:25.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: audit 2023-12-21T01:30:24.712071+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198364\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198440\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198474\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198505\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198535\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198564\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198627\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:19.198659\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:25.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: cephadm 2023-12-21T01:30:24.712563+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Setting dashboard grafana config to https://smithi153:3000 2023-12-21T01:30:25.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: audit 2023-12-21T01:30:24.712826+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-21T01:30:25.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: audit 2023-12-21T01:30:24.727377+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi153:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-21T01:30:25.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: audit 2023-12-21T01:30:24.730535+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:25.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:24 smithi038 bash[108204]: cluster 2023-12-21T01:30:24.757038+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v165: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:30:25.290 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-21T01:30:25.495 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.045Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-21T01:30:25.495 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.045Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2023-12-21T01:30:25.495 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.045Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2023-12-21T01:30:25.495 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.045Z caller=main.go:589 level=info host_details="(Linux 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 smithi153 (none))" 2023-12-21T01:30:25.495 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.045Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-21T01:30:25.495 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.045Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.047Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.047Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.048Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.048Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.050Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.050Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.616µs 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.050Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.050Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.051Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.051Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=30.676µs wal_replay_duration=317.628µs wbl_replay_duration=151ns total_replay_duration=381.257µs 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.052Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.052Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.052Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.053Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=597.596µs db_storage=764ns remote_storage=1.106µs web_handler=669ns query_engine=542ns scrape=322.449µs scrape_sd=21.506µs notify=20.693µs notify_sd=5.6µs rules=24.737µs tracing=4.279µs 2023-12-21T01:30:25.496 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.053Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-21T01:30:25.497 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[120252]: ts=2023-12-21T01:30:25.053Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-21T01:30:26.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:25 smithi038 bash[111605]: audit 2023-12-21T01:30:24.844782+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.38:0/552461425' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-21T01:30:26.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:25 smithi038 bash[111605]: cluster 2023-12-21T01:30:24.844977+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-21T01:30:26.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:25 smithi038 bash[111605]: cluster 2023-12-21T01:30:25.847260+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-21T01:30:26.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:25 smithi038 bash[108204]: audit 2023-12-21T01:30:24.844782+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.38:0/552461425' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-21T01:30:26.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:25 smithi038 bash[108204]: cluster 2023-12-21T01:30:24.844977+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-21T01:30:26.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:25 smithi038 bash[108204]: cluster 2023-12-21T01:30:25.847260+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-21T01:30:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[108237]: audit 2023-12-21T01:30:24.844782+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.38:0/552461425' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-21T01:30:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[108237]: cluster 2023-12-21T01:30:24.844977+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-21T01:30:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:25 smithi153 bash[108237]: cluster 2023-12-21T01:30:25.847260+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-21T01:30:26.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:26 smithi038 bash[111605]: cluster 2023-12-21T01:30:26.757379+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v168: 33 pgs: 1 creating+peering, 16 active+clean, 16 unknown; 56 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-21T01:30:26.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:26 smithi038 bash[108204]: cluster 2023-12-21T01:30:26.757379+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v168: 33 pgs: 1 creating+peering, 16 active+clean, 16 unknown; 56 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "d2a3ce98-b3e8-403b-a2ed-d07677c9b129", 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "default", 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout: "api_name": "default", 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout: "is_master": "true", 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout: "endpoints": [], 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames": [], 2023-12-21T01:30:27.099 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames_s3website": [], 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zone": "", 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: "zones": [], 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: "placement_targets": [], 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: "default_placement": "", 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "1cde010b-8faa-43c5-9931-bfed2c953821", 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_policy": { 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: "groups": [] 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:27.100 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:30:27.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:26 smithi153 bash[108237]: cluster 2023-12-21T01:30:26.757379+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v168: 33 pgs: 1 creating+peering, 16 active+clean, 16 unknown; 56 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-21T01:30:27.464 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-21T01:30:28.796 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "4556d934-9110-4c09-bcbd-eb08df9facd5", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "z", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "domain_root": "z.rgw.meta:root", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "control_pool": "z.rgw.control", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "log_pool": "z.rgw.log", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-21T01:30:28.797 INFO:teuthology.orchestra.run.smithi038.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "otp_pool": "z.rgw.otp", 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "system_key": { 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "access_key": "", 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "secret_key": "" 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "placement_pools": [ 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: { 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "key": "default-placement", 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "val": { 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "storage_classes": { 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "STANDARD": { 2023-12-21T01:30:28.798 INFO:teuthology.orchestra.run.smithi038.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: "index_type": 0 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "1cde010b-8faa-43c5-9931-bfed2c953821" 2023-12-21T01:30:28.799 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:30:28.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:28 smithi038 bash[111605]: audit 2023-12-21T01:30:28.672812+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671689\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671766\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671820\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671851\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671881\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671910\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671939\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671967\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671996\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:28.672070\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:28.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:28 smithi038 bash[108204]: audit 2023-12-21T01:30:28.672812+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671689\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671766\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671820\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671851\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671881\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671910\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671939\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671967\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671996\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:28.672070\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:28.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:28 smithi038 bash[111605]: audit 2023-12-21T01:30:28.680096+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671689\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671766\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671820\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671851\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671881\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671910\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671939\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671967\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671996\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:28.672070\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:28.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:28 smithi038 bash[111605]: audit 2023-12-21T01:30:28.680571+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:28.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:28 smithi038 bash[108204]: audit 2023-12-21T01:30:28.680096+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671689\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671766\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671820\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671851\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671881\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671910\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671939\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671967\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671996\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:28.672070\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:28.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:28 smithi038 bash[108204]: audit 2023-12-21T01:30:28.680571+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:29.047 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:28 smithi153 bash[108237]: audit 2023-12-21T01:30:28.672812+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671689\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671766\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671820\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671851\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671881\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671910\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671939\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671967\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671996\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:28.672070\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:29.048 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:28 smithi153 bash[108237]: audit 2023-12-21T01:30:28.680096+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671689\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671766\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671820\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671851\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671881\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671910\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671939\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671967\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:28.671996\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:28.672070\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:29.048 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:28 smithi153 bash[108237]: audit 2023-12-21T01:30:28.680571+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:29.165 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-21T01:30:29.887 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:29 smithi038 bash[111605]: cluster 2023-12-21T01:30:28.757709+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v169: 33 pgs: 1 creating+peering, 32 active+clean; 680 B data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-21T01:30:29.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:29 smithi038 bash[108204]: cluster 2023-12-21T01:30:28.757709+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v169: 33 pgs: 1 creating+peering, 32 active+clean; 680 B data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-21T01:30:29.940 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:29 smithi153 bash[108237]: cluster 2023-12-21T01:30:28.757709+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v169: 33 pgs: 1 creating+peering, 32 active+clean; 680 B data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-21T01:30:31.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:30 smithi038 bash[111605]: audit 2023-12-21T01:30:30.605418+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462579\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462653\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462687\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462718\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462747\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462776\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462816\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462845\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462874\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:30.462953\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:31.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:30 smithi038 bash[108204]: audit 2023-12-21T01:30:30.605418+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462579\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462653\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462687\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462718\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462747\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462776\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462816\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462845\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462874\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:30.462953\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:31.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:30 smithi038 bash[111605]: audit 2023-12-21T01:30:30.613303+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462579\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462653\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462687\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462718\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462747\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462776\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462816\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462845\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462874\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:30.462953\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:31.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:30 smithi038 bash[111605]: audit 2023-12-21T01:30:30.615226+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:31.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:30 smithi038 bash[108204]: audit 2023-12-21T01:30:30.613303+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462579\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462653\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462687\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462718\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462747\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462776\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462816\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462845\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462874\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:30.462953\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:31.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:30 smithi038 bash[108204]: audit 2023-12-21T01:30:30.615226+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:31.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:30 smithi153 bash[108237]: audit 2023-12-21T01:30:30.605418+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462579\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462653\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462687\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462718\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462747\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462776\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462816\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462845\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462874\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:30.462953\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:31.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:30 smithi153 bash[108237]: audit 2023-12-21T01:30:30.613303+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462579\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462653\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462687\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462718\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462747\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462776\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462816\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462845\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:30.462874\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:30.462953\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:31.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:30 smithi153 bash[108237]: audit 2023-12-21T01:30:30.615226+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:32.168 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:31 smithi038 bash[108204]: cluster 2023-12-21T01:30:30.758075+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v170: 33 pgs: 33 active+clean; 726 B data, 5.1 MiB used, 707 GiB / 715 GiB avail; 444 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-21T01:30:32.168 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:31 smithi038 bash[108204]: cluster 2023-12-21T01:30:30.817521+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-21T01:30:32.168 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:31 smithi038 bash[108204]: audit 2023-12-21T01:30:30.821556+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-21T01:30:32.168 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:31 smithi038 bash[111605]: cluster 2023-12-21T01:30:30.758075+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v170: 33 pgs: 33 active+clean; 726 B data, 5.1 MiB used, 707 GiB / 715 GiB avail; 444 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-21T01:30:32.168 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:31 smithi038 bash[111605]: cluster 2023-12-21T01:30:30.817521+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-21T01:30:32.168 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:31 smithi038 bash[111605]: audit 2023-12-21T01:30:30.821556+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-21T01:30:32.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:31 smithi153 bash[108237]: cluster 2023-12-21T01:30:30.758075+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v170: 33 pgs: 33 active+clean; 726 B data, 5.1 MiB used, 707 GiB / 715 GiB avail; 444 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-21T01:30:32.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:31 smithi153 bash[108237]: cluster 2023-12-21T01:30:30.817521+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-21T01:30:32.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:31 smithi153 bash[108237]: audit 2023-12-21T01:30:30.821556+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-21T01:30:32.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:32 smithi153 bash[108237]: audit 2023-12-21T01:30:31.814417+0000 mon.a (mon.0) 744 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-21T01:30:32.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:32 smithi153 bash[108237]: cluster 2023-12-21T01:30:31.814458+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-21T01:30:32.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:32 smithi153 bash[108237]: audit 2023-12-21T01:30:32.404364+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:32.403572\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:32.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:32 smithi153 bash[108237]: audit 2023-12-21T01:30:32.409035+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:32.403572\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:32.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:32 smithi153 bash[108237]: audit 2023-12-21T01:30:32.409657+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:32.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:32 smithi153 bash[108237]: cluster 2023-12-21T01:30:32.758749+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v173: 65 pgs: 6 creating+peering, 18 unknown, 41 active+clean; 1.5 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-21T01:30:33.217 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:30:33 smithi038 bash[126858]: ts=2023-12-21T01:30:33.004Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002967776s 2023-12-21T01:30:33.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[108204]: audit 2023-12-21T01:30:31.814417+0000 mon.a (mon.0) 744 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-21T01:30:33.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[108204]: cluster 2023-12-21T01:30:31.814458+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-21T01:30:33.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[111605]: audit 2023-12-21T01:30:31.814417+0000 mon.a (mon.0) 744 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-21T01:30:33.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[111605]: cluster 2023-12-21T01:30:31.814458+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-21T01:30:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[108204]: audit 2023-12-21T01:30:32.404364+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:32.403572\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[108204]: audit 2023-12-21T01:30:32.409035+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:32.403572\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:33.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[108204]: audit 2023-12-21T01:30:32.409657+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:33.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[108204]: cluster 2023-12-21T01:30:32.758749+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v173: 65 pgs: 6 creating+peering, 18 unknown, 41 active+clean; 1.5 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-21T01:30:33.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[111605]: audit 2023-12-21T01:30:32.404364+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:32.403572\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:33.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[111605]: audit 2023-12-21T01:30:32.409035+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}}, \"last_daemon_update\": \"2023-12-21T01:30:32.403572\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:33.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[111605]: audit 2023-12-21T01:30:32.409657+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:33.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:32 smithi038 bash[111605]: cluster 2023-12-21T01:30:32.758749+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v173: 65 pgs: 6 creating+peering, 18 unknown, 41 active+clean; 1.5 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-21T01:30:33.919 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:33 smithi153 bash[108237]: cluster 2023-12-21T01:30:32.822275+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-21T01:30:33.919 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:33 smithi153 bash[108237]: audit 2023-12-21T01:30:32.826578+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-21T01:30:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:33 smithi038 bash[111605]: cluster 2023-12-21T01:30:32.822275+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-21T01:30:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:33 smithi038 bash[111605]: audit 2023-12-21T01:30:32.826578+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-21T01:30:34.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:33 smithi038 bash[108204]: cluster 2023-12-21T01:30:32.822275+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-21T01:30:34.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:33 smithi038 bash[108204]: audit 2023-12-21T01:30:32.826578+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-21T01:30:35.119 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[111605]: audit 2023-12-21T01:30:33.848799+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-21T01:30:35.119 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[111605]: cluster 2023-12-21T01:30:33.848902+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-21T01:30:35.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[108204]: audit 2023-12-21T01:30:33.848799+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-21T01:30:35.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[108204]: cluster 2023-12-21T01:30:33.848902+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-21T01:30:35.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[111605]: audit 2023-12-21T01:30:34.482829+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:34.221813\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:35.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[111605]: audit 2023-12-21T01:30:34.488007+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:34.221813\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:35.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[111605]: cluster 2023-12-21T01:30:34.759164+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 97 pgs: 8 creating+peering, 30 unknown, 59 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2023-12-21T01:30:35.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[108204]: audit 2023-12-21T01:30:34.482829+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:34.221813\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:35.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[108204]: audit 2023-12-21T01:30:34.488007+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:34.221813\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:35.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:34 smithi038 bash[108204]: cluster 2023-12-21T01:30:34.759164+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 97 pgs: 8 creating+peering, 30 unknown, 59 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2023-12-21T01:30:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:34 smithi153 bash[108237]: audit 2023-12-21T01:30:33.848799+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.38:0/1274496809' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-21T01:30:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:34 smithi153 bash[108237]: cluster 2023-12-21T01:30:33.848902+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-21T01:30:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:34 smithi153 bash[108237]: audit 2023-12-21T01:30:34.482829+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:34.221813\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:35.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:34 smithi153 bash[108237]: audit 2023-12-21T01:30:34.488007+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}}, \"last_daemon_update\": \"2023-12-21T01:30:34.221813\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:35.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:34 smithi153 bash[108237]: cluster 2023-12-21T01:30:34.759164+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 97 pgs: 8 creating+peering, 30 unknown, 59 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2023-12-21T01:30:36.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:35 smithi038 bash[111605]: cluster 2023-12-21T01:30:34.860125+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-21T01:30:36.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:35 smithi038 bash[111605]: audit 2023-12-21T01:30:34.862815+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T01:30:36.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:35 smithi038 bash[108204]: cluster 2023-12-21T01:30:34.860125+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-21T01:30:36.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:35 smithi038 bash[108204]: audit 2023-12-21T01:30:34.862815+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T01:30:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:35 smithi153 bash[108237]: cluster 2023-12-21T01:30:34.860125+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-21T01:30:36.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:35 smithi153 bash[108237]: audit 2023-12-21T01:30:34.862815+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T01:30:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[111605]: audit 2023-12-21T01:30:35.863039+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-21T01:30:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[111605]: cluster 2023-12-21T01:30:35.863208+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-21T01:30:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[111605]: audit 2023-12-21T01:30:35.869980+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T01:30:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[111605]: cluster 2023-12-21T01:30:36.759760+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v179: 129 pgs: 10 creating+peering, 19 unknown, 100 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2023-12-21T01:30:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[111605]: audit 2023-12-21T01:30:36.874478+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T01:30:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[111605]: cluster 2023-12-21T01:30:36.874531+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-21T01:30:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[111605]: audit 2023-12-21T01:30:36.876028+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-21T01:30:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[108204]: audit 2023-12-21T01:30:35.863039+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-21T01:30:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[108204]: cluster 2023-12-21T01:30:35.863208+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-21T01:30:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[108204]: audit 2023-12-21T01:30:35.869980+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T01:30:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[108204]: cluster 2023-12-21T01:30:36.759760+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v179: 129 pgs: 10 creating+peering, 19 unknown, 100 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2023-12-21T01:30:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[108204]: audit 2023-12-21T01:30:36.874478+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T01:30:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[108204]: cluster 2023-12-21T01:30:36.874531+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-21T01:30:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:36 smithi038 bash[108204]: audit 2023-12-21T01:30:36.876028+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-21T01:30:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:36 smithi153 bash[108237]: audit 2023-12-21T01:30:35.863039+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-21T01:30:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:36 smithi153 bash[108237]: cluster 2023-12-21T01:30:35.863208+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-21T01:30:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:36 smithi153 bash[108237]: audit 2023-12-21T01:30:35.869980+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T01:30:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:36 smithi153 bash[108237]: cluster 2023-12-21T01:30:36.759760+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v179: 129 pgs: 10 creating+peering, 19 unknown, 100 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2023-12-21T01:30:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:36 smithi153 bash[108237]: audit 2023-12-21T01:30:36.874478+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T01:30:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:36 smithi153 bash[108237]: cluster 2023-12-21T01:30:36.874531+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-21T01:30:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:36 smithi153 bash[108237]: audit 2023-12-21T01:30:36.876028+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-21T01:30:37.962 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:30:37.962 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "44e777d5-0945-48da-a363-ab4ec1c741e0", 2023-12-21T01:30:37.962 INFO:teuthology.orchestra.run.smithi038.stdout: "epoch": 1, 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "predecessor_uuid": "8ad07fec-6b06-481a-a2bb-3e5487d4a5ec", 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_status": [], 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "period_map": { 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "44e777d5-0945-48da-a363-ab4ec1c741e0", 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "zonegroups": [ 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: { 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "d2a3ce98-b3e8-403b-a2ed-d07677c9b129", 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "default", 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "api_name": "default", 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "is_master": "true", 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "endpoints": [], 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames": [], 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames_s3website": [], 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zone": "4556d934-9110-4c09-bcbd-eb08df9facd5", 2023-12-21T01:30:37.963 INFO:teuthology.orchestra.run.smithi038.stdout: "zones": [ 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: { 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "4556d934-9110-4c09-bcbd-eb08df9facd5", 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "z", 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "endpoints": [], 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "log_meta": "false", 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "log_data": "false", 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "bucket_index_max_shards": 11, 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "read_only": "false", 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "tier_type": "", 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_from_all": "true", 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_from": [], 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: "redirect_zone": "" 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:37.964 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "placement_targets": [ 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: { 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "default-placement", 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "tags": [], 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "storage_classes": [ 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "STANDARD" 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: ] 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "default_placement": "default-placement", 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "1cde010b-8faa-43c5-9931-bfed2c953821", 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_policy": { 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: "groups": [] 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:37.965 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "short_zone_ids": [ 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: { 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "key": "4556d934-9110-4c09-bcbd-eb08df9facd5", 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "val": 2497562701 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: ] 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zonegroup": "d2a3ce98-b3e8-403b-a2ed-d07677c9b129", 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zone": "4556d934-9110-4c09-bcbd-eb08df9facd5", 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "period_config": { 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "bucket_quota": { 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "enabled": false, 2023-12-21T01:30:37.966 INFO:teuthology.orchestra.run.smithi038.stdout: "check_on_raw": false, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size": -1, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size_kb": 0, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "max_objects": -1 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "user_quota": { 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "enabled": false, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "check_on_raw": false, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size": -1, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size_kb": 0, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "max_objects": -1 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "1cde010b-8faa-43c5-9931-bfed2c953821", 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_name": "r", 2023-12-21T01:30:37.967 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_epoch": 2 2023-12-21T01:30:37.968 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:30:38.339 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2023-12-21T01:30:39.132 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:38 smithi038 bash[108204]: audit 2023-12-21T01:30:37.866941+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-21T01:30:39.132 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:38 smithi038 bash[108204]: cluster 2023-12-21T01:30:37.866997+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-21T01:30:39.132 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:38 smithi038 bash[108204]: cluster 2023-12-21T01:30:38.760274+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v182: 129 pgs: 8 creating+peering, 4 unknown, 117 active+clean; 2.2 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-21T01:30:39.132 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:38 smithi038 bash[111605]: audit 2023-12-21T01:30:37.866941+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-21T01:30:39.132 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:38 smithi038 bash[111605]: cluster 2023-12-21T01:30:37.866997+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-21T01:30:39.132 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:38 smithi038 bash[111605]: cluster 2023-12-21T01:30:38.760274+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v182: 129 pgs: 8 creating+peering, 4 unknown, 117 active+clean; 2.2 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-21T01:30:39.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:38 smithi153 bash[108237]: audit 2023-12-21T01:30:37.866941+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.38:0/923242206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-21T01:30:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:38 smithi153 bash[108237]: cluster 2023-12-21T01:30:37.866997+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-21T01:30:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:38 smithi153 bash[108237]: cluster 2023-12-21T01:30:38.760274+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v182: 129 pgs: 8 creating+peering, 4 unknown, 117 active+clean; 2.2 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-21T01:30:39.623 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled rgw update... 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.611829+0000 mgr.y (mgr.14142) 178 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: cephadm 2023-12-21T01:30:39.612320+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.612658+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-21T01:30:39.612333\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.620099+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-21T01:30:39.612333\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.621943+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.630881+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.631674+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.637017+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.637715+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-21T01:30:39.927 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.642198+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.642870+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.zwhrdh", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.647690+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.zwhrdh", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.648415+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: cephadm 2023-12-21T01:30:39.648911+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi153.zwhrdh on smithi153 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[108204]: audit 2023-12-21T01:30:39.649268+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi153.zwhrdh", "key": "container_image"}]: dispatch 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.611829+0000 mgr.y (mgr.14142) 178 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: cephadm 2023-12-21T01:30:39.612320+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.612658+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-21T01:30:39.612333\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.620099+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-21T01:30:39.612333\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.621943+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.630881+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-21T01:30:39.928 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.631674+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.637017+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.637715+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.642198+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.642870+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.zwhrdh", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.647690+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.zwhrdh", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.648415+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: cephadm 2023-12-21T01:30:39.648911+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi153.zwhrdh on smithi153 2023-12-21T01:30:39.929 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:39 smithi038 bash[111605]: audit 2023-12-21T01:30:39.649268+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi153.zwhrdh", "key": "container_image"}]: dispatch 2023-12-21T01:30:40.004 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'sleep 120' 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.611829+0000 mgr.y (mgr.14142) 178 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: cephadm 2023-12-21T01:30:39.612320+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.612658+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-21T01:30:39.612333\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.620099+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-21T01:30:39.612333\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.621943+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.630881+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.631674+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.637017+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.637715+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.642198+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-21T01:30:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.642870+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.zwhrdh", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-21T01:30:40.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.647690+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi153.zwhrdh", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-21T01:30:40.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.648415+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:30:40.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: cephadm 2023-12-21T01:30:39.648911+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi153.zwhrdh on smithi153 2023-12-21T01:30:40.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:39 smithi153 bash[108237]: audit 2023-12-21T01:30:39.649268+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi153.zwhrdh", "key": "container_image"}]: dispatch 2023-12-21T01:30:40.985 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:40 smithi153 bash[108237]: cluster 2023-12-21T01:30:40.760685+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v183: 129 pgs: 4 creating+peering, 125 active+clean; 3.5 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 520 B/s rd, 3.2 KiB/s wr, 12 op/s 2023-12-21T01:30:41.137 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:40 smithi038 bash[108204]: cluster 2023-12-21T01:30:40.760685+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v183: 129 pgs: 4 creating+peering, 125 active+clean; 3.5 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 520 B/s rd, 3.2 KiB/s wr, 12 op/s 2023-12-21T01:30:41.137 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:40 smithi038 bash[111605]: cluster 2023-12-21T01:30:40.760685+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v183: 129 pgs: 4 creating+peering, 125 active+clean; 3.5 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 520 B/s rd, 3.2 KiB/s wr, 12 op/s 2023-12-21T01:30:42.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:42 smithi153 bash[108237]: audit 2023-12-21T01:30:42.667740+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:42.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:42 smithi153 bash[108237]: audit 2023-12-21T01:30:42.675966+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:42.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:42 smithi153 bash[108237]: audit 2023-12-21T01:30:42.676763+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi038.anqzsc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-21T01:30:42.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:42 smithi153 bash[108237]: audit 2023-12-21T01:30:42.687041+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi038.anqzsc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-21T01:30:42.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:42 smithi153 bash[108237]: audit 2023-12-21T01:30:42.687899+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:30:42.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:42 smithi153 bash[108237]: audit 2023-12-21T01:30:42.688939+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi038.anqzsc", "key": "container_image"}]: dispatch 2023-12-21T01:30:43.005 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[111605]: audit 2023-12-21T01:30:42.667740+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:43.005 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[111605]: audit 2023-12-21T01:30:42.675966+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:43.005 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[111605]: audit 2023-12-21T01:30:42.676763+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi038.anqzsc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-21T01:30:43.005 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[111605]: audit 2023-12-21T01:30:42.687041+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi038.anqzsc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-21T01:30:43.005 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[111605]: audit 2023-12-21T01:30:42.687899+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:30:43.005 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[111605]: audit 2023-12-21T01:30:42.688939+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi038.anqzsc", "key": "container_image"}]: dispatch 2023-12-21T01:30:43.006 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[108204]: audit 2023-12-21T01:30:42.667740+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:43.006 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[108204]: audit 2023-12-21T01:30:42.675966+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221450\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221525\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221559\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221590\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221618\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221647\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221675\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221704\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:34.221731\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:43.006 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[108204]: audit 2023-12-21T01:30:42.676763+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi038.anqzsc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-21T01:30:43.006 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[108204]: audit 2023-12-21T01:30:42.687041+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi038.anqzsc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-21T01:30:43.006 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[108204]: audit 2023-12-21T01:30:42.687899+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:30:43.006 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:42 smithi038 bash[108204]: audit 2023-12-21T01:30:42.688939+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi038.anqzsc", "key": "container_image"}]: dispatch 2023-12-21T01:30:43.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:43 smithi038 bash[111605]: cephadm 2023-12-21T01:30:42.688532+0000 mgr.y (mgr.14142) 182 : cephadm [INF] Deploying daemon rgw.r.z.smithi038.anqzsc on smithi038 2023-12-21T01:30:43.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:43 smithi038 bash[111605]: cluster 2023-12-21T01:30:42.761200+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.7 KiB/s wr, 21 op/s 2023-12-21T01:30:43.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:43 smithi038 bash[108204]: cephadm 2023-12-21T01:30:42.688532+0000 mgr.y (mgr.14142) 182 : cephadm [INF] Deploying daemon rgw.r.z.smithi038.anqzsc on smithi038 2023-12-21T01:30:43.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:43 smithi038 bash[108204]: cluster 2023-12-21T01:30:42.761200+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.7 KiB/s wr, 21 op/s 2023-12-21T01:30:44.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:43 smithi153 bash[108237]: cephadm 2023-12-21T01:30:42.688532+0000 mgr.y (mgr.14142) 182 : cephadm [INF] Deploying daemon rgw.r.z.smithi038.anqzsc on smithi038 2023-12-21T01:30:44.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:43 smithi153 bash[108237]: cluster 2023-12-21T01:30:42.761200+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.7 KiB/s wr, 21 op/s 2023-12-21T01:30:44.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:44 smithi038 bash[111605]: audit 2023-12-21T01:30:43.837615+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:44.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:44 smithi038 bash[111605]: audit 2023-12-21T01:30:43.840690+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:44.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:44 smithi038 bash[111605]: audit 2023-12-21T01:30:43.841635+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:44.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:44 smithi038 bash[108204]: audit 2023-12-21T01:30:43.837615+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:44.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:44 smithi038 bash[108204]: audit 2023-12-21T01:30:43.840690+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:44.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:44 smithi038 bash[108204]: audit 2023-12-21T01:30:43.841635+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:45.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:44 smithi153 bash[108237]: audit 2023-12-21T01:30:43.837615+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:45.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:44 smithi153 bash[108237]: audit 2023-12-21T01:30:43.840690+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403223\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403299\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403331\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403361\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403389\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403416\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403444\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403472\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:32.403500\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:45.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:44 smithi153 bash[108237]: audit 2023-12-21T01:30:43.841635+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:46.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:45 smithi153 bash[108237]: cluster 2023-12-21T01:30:44.761649+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 4.9 KiB/s wr, 56 op/s 2023-12-21T01:30:46.089 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:45 smithi153 bash[108237]: audit 2023-12-21T01:30:45.761414+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760233\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760307\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760342\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760372\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760401\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760429\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760457\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760485\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760514\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760542\", \"created\": \"2023-12-21T01:30:43.803698\", \"started\": \"2023-12-21T01:30:43.836732\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_daemon_update\": \"2023-12-21T01:30:45.760615\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:46.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:45 smithi153 bash[108237]: audit 2023-12-21T01:30:45.765765+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760233\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760307\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760342\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760372\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760401\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760429\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760457\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760485\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760514\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760542\", \"created\": \"2023-12-21T01:30:43.803698\", \"started\": \"2023-12-21T01:30:43.836732\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_daemon_update\": \"2023-12-21T01:30:45.760615\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:46.090 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:45 smithi153 bash[108237]: audit 2023-12-21T01:30:45.766328+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:46.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[111605]: cluster 2023-12-21T01:30:44.761649+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 4.9 KiB/s wr, 56 op/s 2023-12-21T01:30:46.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[108204]: cluster 2023-12-21T01:30:44.761649+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 4.9 KiB/s wr, 56 op/s 2023-12-21T01:30:46.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[111605]: audit 2023-12-21T01:30:45.761414+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760233\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760307\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760342\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760372\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760401\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760429\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760457\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760485\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760514\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760542\", \"created\": \"2023-12-21T01:30:43.803698\", \"started\": \"2023-12-21T01:30:43.836732\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_daemon_update\": \"2023-12-21T01:30:45.760615\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:46.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[111605]: audit 2023-12-21T01:30:45.765765+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760233\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760307\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760342\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760372\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760401\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760429\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760457\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760485\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760514\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760542\", \"created\": \"2023-12-21T01:30:43.803698\", \"started\": \"2023-12-21T01:30:43.836732\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_daemon_update\": \"2023-12-21T01:30:45.760615\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:46.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[111605]: audit 2023-12-21T01:30:45.766328+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:46.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[108204]: audit 2023-12-21T01:30:45.761414+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760233\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760307\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760342\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760372\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760401\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760429\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760457\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760485\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760514\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760542\", \"created\": \"2023-12-21T01:30:43.803698\", \"started\": \"2023-12-21T01:30:43.836732\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_daemon_update\": \"2023-12-21T01:30:45.760615\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]: dispatch 2023-12-21T01:30:46.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[108204]: audit 2023-12-21T01:30:45.765765+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760233\", \"created\": \"2023-12-21T01:25:59.232129\", \"started\": \"2023-12-21T01:26:02.408722\"}, \"mgr.y\": {\"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760307\", \"created\": \"2023-12-21T01:26:03.598045\", \"started\": \"2023-12-21T01:26:03.628975\"}, \"mon.c\": {\"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760342\", \"created\": \"2023-12-21T01:27:09.524786\", \"started\": \"2023-12-21T01:27:09.555531\"}, \"osd.0\": {\"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760372\", \"created\": \"2023-12-21T01:27:45.928091\", \"started\": \"2023-12-21T01:27:59.526466\"}, \"osd.1\": {\"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760401\", \"created\": \"2023-12-21T01:27:59.829825\", \"started\": \"2023-12-21T01:28:14.440074\"}, \"osd.2\": {\"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760429\", \"created\": \"2023-12-21T01:28:14.755541\", \"started\": \"2023-12-21T01:28:29.582902\"}, \"osd.3\": {\"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760457\", \"created\": \"2023-12-21T01:28:29.665256\", \"started\": \"2023-12-21T01:28:30.751404\"}, \"node-exporter.a\": {\"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760485\", \"created\": \"2023-12-21T01:29:44.548829\", \"started\": \"2023-12-21T01:29:53.739652\"}, \"alertmanager.a\": {\"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760514\", \"created\": \"2023-12-21T01:29:56.942593\", \"started\": \"2023-12-21T01:30:22.639871\"}, \"rgw.r.z.smithi038.anqzsc\": {\"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:45.760542\", \"created\": \"2023-12-21T01:30:43.803698\", \"started\": \"2023-12-21T01:30:43.836732\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660\"}}, \"last_daemon_update\": \"2023-12-21T01:30:45.760615\", \"last_device_update\": \"2023-12-21T01:28:32.893989\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.38\"]}, \"last_host_check\": \"2023-12-21T01:26:27.960578\"}"}]': finished 2023-12-21T01:30:46.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:45 smithi038 bash[108204]: audit 2023-12-21T01:30:45.766328+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:30:48.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:47 smithi038 bash[108204]: cluster 2023-12-21T01:30:46.762440+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 79 KiB/s rd, 4.1 KiB/s wr, 156 op/s 2023-12-21T01:30:48.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:47 smithi038 bash[111605]: cluster 2023-12-21T01:30:46.762440+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 79 KiB/s rd, 4.1 KiB/s wr, 156 op/s 2023-12-21T01:30:48.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:47 smithi038 bash[111605]: audit 2023-12-21T01:30:47.565527+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564225\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:30:47.564632\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:48.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:47 smithi038 bash[111605]: audit 2023-12-21T01:30:47.570670+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564225\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:30:47.564632\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:48.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:47 smithi038 bash[108204]: audit 2023-12-21T01:30:47.565527+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564225\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:30:47.564632\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:48.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:47 smithi038 bash[108204]: audit 2023-12-21T01:30:47.570670+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564225\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:30:47.564632\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:48.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:47 smithi153 bash[108237]: cluster 2023-12-21T01:30:46.762440+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 79 KiB/s rd, 4.1 KiB/s wr, 156 op/s 2023-12-21T01:30:48.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:47 smithi153 bash[108237]: audit 2023-12-21T01:30:47.565527+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564225\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:30:47.564632\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:30:48.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:47 smithi153 bash[108237]: audit 2023-12-21T01:30:47.570670+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"9be75ff80afc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564225\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:27:34.487395\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:33.308243\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:30:47.564632\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:30:50.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:49 smithi038 bash[111605]: cluster 2023-12-21T01:30:48.763135+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 114 KiB/s rd, 3.8 KiB/s wr, 218 op/s 2023-12-21T01:30:50.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:49 smithi038 bash[108204]: cluster 2023-12-21T01:30:48.763135+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 114 KiB/s rd, 3.8 KiB/s wr, 218 op/s 2023-12-21T01:30:50.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:49 smithi153 bash[108237]: cluster 2023-12-21T01:30:48.763135+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 114 KiB/s rd, 3.8 KiB/s wr, 218 op/s 2023-12-21T01:30:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:51 smithi038 bash[108204]: cluster 2023-12-21T01:30:50.763619+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 2.9 KiB/s wr, 196 op/s 2023-12-21T01:30:52.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:51 smithi038 bash[111605]: cluster 2023-12-21T01:30:50.763619+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 2.9 KiB/s wr, 196 op/s 2023-12-21T01:30:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:51 smithi153 bash[108237]: cluster 2023-12-21T01:30:50.763619+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 2.9 KiB/s wr, 196 op/s 2023-12-21T01:30:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:53 smithi038 bash[111605]: cluster 2023-12-21T01:30:52.764225+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 1.8 KiB/s wr, 192 op/s 2023-12-21T01:30:54.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:53 smithi038 bash[108204]: cluster 2023-12-21T01:30:52.764225+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 1.8 KiB/s wr, 192 op/s 2023-12-21T01:30:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:53 smithi153 bash[108237]: cluster 2023-12-21T01:30:52.764225+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 1.8 KiB/s wr, 192 op/s 2023-12-21T01:30:55.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:54 smithi038 bash[111605]: cluster 2023-12-21T01:30:54.764730+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 170 B/s wr, 186 op/s 2023-12-21T01:30:55.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:54 smithi038 bash[108204]: cluster 2023-12-21T01:30:54.764730+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 170 B/s wr, 186 op/s 2023-12-21T01:30:55.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:54 smithi153 bash[108237]: cluster 2023-12-21T01:30:54.764730+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 170 B/s wr, 186 op/s 2023-12-21T01:30:57.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:56 smithi038 bash[111605]: cluster 2023-12-21T01:30:56.765397+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 88 KiB/s rd, 170 B/s wr, 160 op/s 2023-12-21T01:30:57.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:56 smithi038 bash[108204]: cluster 2023-12-21T01:30:56.765397+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 88 KiB/s rd, 170 B/s wr, 160 op/s 2023-12-21T01:30:57.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:56 smithi153 bash[108237]: cluster 2023-12-21T01:30:56.765397+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 88 KiB/s rd, 170 B/s wr, 160 op/s 2023-12-21T01:31:00.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:30:59 smithi038 bash[111605]: cluster 2023-12-21T01:30:58.766007+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-21T01:31:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:30:59 smithi038 bash[108204]: cluster 2023-12-21T01:30:58.766007+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-21T01:31:00.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:30:59 smithi153 bash[108237]: cluster 2023-12-21T01:30:58.766007+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-21T01:31:02.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:01 smithi038 bash[111605]: cluster 2023-12-21T01:31:00.766461+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:01 smithi038 bash[108204]: cluster 2023-12-21T01:31:00.766461+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:02.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:01 smithi153 bash[108237]: cluster 2023-12-21T01:31:00.766461+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:03 smithi038 bash[111605]: cluster 2023-12-21T01:31:02.767259+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:04.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:03 smithi038 bash[108204]: cluster 2023-12-21T01:31:02.767259+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:04.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:03 smithi153 bash[108237]: cluster 2023-12-21T01:31:02.767259+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:05.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:04 smithi038 bash[108204]: cluster 2023-12-21T01:31:04.767775+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:05.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:04 smithi038 bash[111605]: cluster 2023-12-21T01:31:04.767775+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:04 smithi153 bash[108237]: cluster 2023-12-21T01:31:04.767775+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:06 smithi038 bash[111605]: cluster 2023-12-21T01:31:06.768310+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:06 smithi038 bash[108204]: cluster 2023-12-21T01:31:06.768310+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:07.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:06 smithi153 bash[108237]: cluster 2023-12-21T01:31:06.768310+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:10.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:09 smithi038 bash[111605]: cluster 2023-12-21T01:31:08.768846+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:09 smithi038 bash[108204]: cluster 2023-12-21T01:31:08.768846+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:10.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:09 smithi153 bash[108237]: cluster 2023-12-21T01:31:08.768846+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:12.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:11 smithi038 bash[111605]: cluster 2023-12-21T01:31:10.769553+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:12.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:11 smithi038 bash[108204]: cluster 2023-12-21T01:31:10.769553+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:12.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:11 smithi153 bash[108237]: cluster 2023-12-21T01:31:10.769553+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:13 smithi038 bash[111605]: cluster 2023-12-21T01:31:12.770160+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:13 smithi038 bash[108204]: cluster 2023-12-21T01:31:12.770160+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:14.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:13 smithi153 bash[108237]: cluster 2023-12-21T01:31:12.770160+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:15.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:14 smithi038 bash[111605]: cluster 2023-12-21T01:31:14.770665+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:15.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:14 smithi038 bash[108204]: cluster 2023-12-21T01:31:14.770665+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:15.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:14 smithi153 bash[108237]: cluster 2023-12-21T01:31:14.770665+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:17.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:16 smithi038 bash[111605]: cluster 2023-12-21T01:31:16.771401+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:17.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:16 smithi038 bash[108204]: cluster 2023-12-21T01:31:16.771401+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:17.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:16 smithi153 bash[108237]: cluster 2023-12-21T01:31:16.771401+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:20.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:19 smithi038 bash[111605]: cluster 2023-12-21T01:31:18.771935+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:20.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:19 smithi038 bash[108204]: cluster 2023-12-21T01:31:18.771935+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:20.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:19 smithi153 bash[108237]: cluster 2023-12-21T01:31:18.771935+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:22.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:21 smithi038 bash[111605]: cluster 2023-12-21T01:31:20.772509+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:22.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:21 smithi038 bash[108204]: cluster 2023-12-21T01:31:20.772509+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:22.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:21 smithi153 bash[108237]: cluster 2023-12-21T01:31:20.772509+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:24.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:23 smithi038 bash[111605]: cluster 2023-12-21T01:31:22.773197+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:24.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:23 smithi038 bash[108204]: cluster 2023-12-21T01:31:22.773197+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:24.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:23 smithi153 bash[108237]: cluster 2023-12-21T01:31:22.773197+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:26.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:25 smithi038 bash[111605]: cluster 2023-12-21T01:31:24.773766+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:26.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:25 smithi038 bash[108204]: cluster 2023-12-21T01:31:24.773766+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:26.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:25 smithi153 bash[108237]: cluster 2023-12-21T01:31:24.773766+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:27.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:26 smithi038 bash[111605]: cluster 2023-12-21T01:31:26.774361+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:27.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:26 smithi038 bash[108204]: cluster 2023-12-21T01:31:26.774361+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:27.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:26 smithi153 bash[108237]: cluster 2023-12-21T01:31:26.774361+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:29 smithi038 bash[111605]: cluster 2023-12-21T01:31:28.774918+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:29 smithi038 bash[108204]: cluster 2023-12-21T01:31:28.774918+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:30.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:29 smithi153 bash[108237]: cluster 2023-12-21T01:31:28.774918+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:32.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:31 smithi038 bash[111605]: cluster 2023-12-21T01:31:30.775691+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:32.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:31 smithi038 bash[108204]: cluster 2023-12-21T01:31:30.775691+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:32.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:31 smithi153 bash[108237]: cluster 2023-12-21T01:31:30.775691+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:34.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:33 smithi038 bash[108204]: cluster 2023-12-21T01:31:32.776341+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:33 smithi038 bash[111605]: cluster 2023-12-21T01:31:32.776341+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:34.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:33 smithi153 bash[108237]: cluster 2023-12-21T01:31:32.776341+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:35.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:34 smithi038 bash[111605]: cluster 2023-12-21T01:31:34.776803+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:35.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:34 smithi038 bash[108204]: cluster 2023-12-21T01:31:34.776803+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:35.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:34 smithi153 bash[108237]: cluster 2023-12-21T01:31:34.776803+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:36 smithi038 bash[111605]: cluster 2023-12-21T01:31:36.777438+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:37.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:36 smithi038 bash[108204]: cluster 2023-12-21T01:31:36.777438+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:37.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:36 smithi153 bash[108237]: cluster 2023-12-21T01:31:36.777438+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:40.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:39 smithi038 bash[111605]: cluster 2023-12-21T01:31:38.777958+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:40.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:39 smithi038 bash[108204]: cluster 2023-12-21T01:31:38.777958+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:40.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:39 smithi153 bash[108237]: cluster 2023-12-21T01:31:38.777958+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:42.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:41 smithi038 bash[111605]: cluster 2023-12-21T01:31:40.778642+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:42.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:41 smithi038 bash[108204]: cluster 2023-12-21T01:31:40.778642+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:42.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:41 smithi153 bash[108237]: cluster 2023-12-21T01:31:40.778642+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:44.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:43 smithi038 bash[111605]: cluster 2023-12-21T01:31:42.779345+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:44.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:43 smithi038 bash[108204]: cluster 2023-12-21T01:31:42.779345+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:44.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:43 smithi153 bash[108237]: cluster 2023-12-21T01:31:42.779345+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:46.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:45 smithi038 bash[111605]: cluster 2023-12-21T01:31:44.779969+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:46.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:45 smithi038 bash[108204]: cluster 2023-12-21T01:31:44.779969+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:46.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:45 smithi153 bash[108237]: cluster 2023-12-21T01:31:44.779969+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:47.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:46 smithi038 bash[111605]: cluster 2023-12-21T01:31:46.780628+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:47.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:46 smithi038 bash[108204]: cluster 2023-12-21T01:31:46.780628+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:47.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:46 smithi153 bash[108237]: cluster 2023-12-21T01:31:46.780628+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:50.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:49 smithi038 bash[111605]: cluster 2023-12-21T01:31:48.781145+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:50.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:49 smithi038 bash[108204]: cluster 2023-12-21T01:31:48.781145+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:50.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:49 smithi153 bash[108237]: cluster 2023-12-21T01:31:48.781145+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:52.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:51 smithi038 bash[111605]: cluster 2023-12-21T01:31:50.781731+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:51 smithi038 bash[108204]: cluster 2023-12-21T01:31:50.781731+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:51 smithi153 bash[108237]: cluster 2023-12-21T01:31:50.781731+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:53 smithi038 bash[111605]: cluster 2023-12-21T01:31:52.782333+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:54.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:53 smithi038 bash[108204]: cluster 2023-12-21T01:31:52.782333+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:53 smithi153 bash[108237]: cluster 2023-12-21T01:31:52.782333+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:56.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:55 smithi038 bash[111605]: cluster 2023-12-21T01:31:54.782894+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:56.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:55 smithi038 bash[108204]: cluster 2023-12-21T01:31:54.782894+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:56.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:55 smithi153 bash[108237]: cluster 2023-12-21T01:31:54.782894+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:57.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:56 smithi038 bash[111605]: cluster 2023-12-21T01:31:56.783434+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:57.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:56 smithi038 bash[108204]: cluster 2023-12-21T01:31:56.783434+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:31:57.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:56 smithi153 bash[108237]: cluster 2023-12-21T01:31:56.783434+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:00.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:31:59 smithi038 bash[108204]: cluster 2023-12-21T01:31:58.783902+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:00.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:31:59 smithi038 bash[111605]: cluster 2023-12-21T01:31:58.783902+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:31:59 smithi153 bash[108237]: cluster 2023-12-21T01:31:58.783902+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:02.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:01 smithi038 bash[111605]: cluster 2023-12-21T01:32:00.784409+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:02.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:01 smithi038 bash[108204]: cluster 2023-12-21T01:32:00.784409+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:02.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:01 smithi153 bash[108237]: cluster 2023-12-21T01:32:00.784409+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:03 smithi038 bash[111605]: cluster 2023-12-21T01:32:02.785189+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:04.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:03 smithi038 bash[108204]: cluster 2023-12-21T01:32:02.785189+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:04.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:03 smithi153 bash[108237]: cluster 2023-12-21T01:32:02.785189+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:05 smithi038 bash[111605]: cluster 2023-12-21T01:32:04.785747+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:06.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:05 smithi038 bash[108204]: cluster 2023-12-21T01:32:04.785747+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:06.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:05 smithi153 bash[108237]: cluster 2023-12-21T01:32:04.785747+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:06 smithi038 bash[111605]: cluster 2023-12-21T01:32:06.786401+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:06 smithi038 bash[108204]: cluster 2023-12-21T01:32:06.786401+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:06 smithi153 bash[108237]: cluster 2023-12-21T01:32:06.786401+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:10.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:09 smithi038 bash[111605]: cluster 2023-12-21T01:32:08.787062+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:09 smithi038 bash[108204]: cluster 2023-12-21T01:32:08.787062+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:10.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:09 smithi153 bash[108237]: cluster 2023-12-21T01:32:08.787062+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:12.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:11 smithi038 bash[111605]: cluster 2023-12-21T01:32:10.787700+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:12.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:11 smithi038 bash[108204]: cluster 2023-12-21T01:32:10.787700+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:12.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:11 smithi153 bash[108237]: cluster 2023-12-21T01:32:10.787700+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:13 smithi038 bash[111605]: cluster 2023-12-21T01:32:12.788439+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:13 smithi038 bash[108204]: cluster 2023-12-21T01:32:12.788439+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:14.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:13 smithi153 bash[108237]: cluster 2023-12-21T01:32:12.788439+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:16.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:15 smithi038 bash[111605]: cluster 2023-12-21T01:32:14.789009+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:16.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:15 smithi038 bash[108204]: cluster 2023-12-21T01:32:14.789009+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:16.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:15 smithi153 bash[108237]: cluster 2023-12-21T01:32:14.789009+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:18.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:17 smithi038 bash[111605]: cluster 2023-12-21T01:32:16.789740+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:18.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:17 smithi038 bash[108204]: cluster 2023-12-21T01:32:16.789740+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:17 smithi153 bash[108237]: cluster 2023-12-21T01:32:16.789740+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:19.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:18 smithi038 bash[111605]: cluster 2023-12-21T01:32:18.790295+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:19.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:18 smithi038 bash[108204]: cluster 2023-12-21T01:32:18.790295+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:19.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:18 smithi153 bash[108237]: cluster 2023-12-21T01:32:18.790295+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:20 smithi038 bash[111605]: cluster 2023-12-21T01:32:20.791099+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:21.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:20 smithi038 bash[108204]: cluster 2023-12-21T01:32:20.791099+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:21.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:20 smithi153 bash[108237]: cluster 2023-12-21T01:32:20.791099+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:24.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:23 smithi038 bash[108204]: cluster 2023-12-21T01:32:22.791685+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:24.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:23 smithi038 bash[111605]: cluster 2023-12-21T01:32:22.791685+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:24.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:23 smithi153 bash[108237]: cluster 2023-12-21T01:32:22.791685+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:26.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:25 smithi038 bash[111605]: cluster 2023-12-21T01:32:24.792372+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:26.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:25 smithi038 bash[108204]: cluster 2023-12-21T01:32:24.792372+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:25 smithi153 bash[108237]: cluster 2023-12-21T01:32:24.792372+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:27.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:26 smithi038 bash[111605]: cluster 2023-12-21T01:32:26.793182+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:27.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:26 smithi038 bash[108204]: cluster 2023-12-21T01:32:26.793182+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:27.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:26 smithi153 bash[108237]: cluster 2023-12-21T01:32:26.793182+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:29 smithi038 bash[111605]: cluster 2023-12-21T01:32:28.793954+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:29 smithi038 bash[108204]: cluster 2023-12-21T01:32:28.793954+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:30.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:29 smithi153 bash[108237]: cluster 2023-12-21T01:32:28.793954+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:32.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:31 smithi038 bash[111605]: cluster 2023-12-21T01:32:30.794572+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:32.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:31 smithi038 bash[108204]: cluster 2023-12-21T01:32:30.794572+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:32.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:31 smithi153 bash[108237]: cluster 2023-12-21T01:32:30.794572+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:34.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:33 smithi038 bash[111605]: cluster 2023-12-21T01:32:32.795319+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:34.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:33 smithi038 bash[108204]: cluster 2023-12-21T01:32:32.795319+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:34.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:33 smithi153 bash[108237]: cluster 2023-12-21T01:32:32.795319+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:36.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:35 smithi038 bash[111605]: cluster 2023-12-21T01:32:34.795756+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:36.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:35 smithi038 bash[108204]: cluster 2023-12-21T01:32:34.795756+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:36.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:35 smithi153 bash[108237]: cluster 2023-12-21T01:32:34.795756+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:38.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:37 smithi038 bash[108204]: cluster 2023-12-21T01:32:36.796320+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:38.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:37 smithi038 bash[111605]: cluster 2023-12-21T01:32:36.796320+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:38.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:37 smithi153 bash[108237]: cluster 2023-12-21T01:32:36.796320+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:40.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:39 smithi038 bash[108204]: cluster 2023-12-21T01:32:38.796897+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:40.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:39 smithi038 bash[111605]: cluster 2023-12-21T01:32:38.796897+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:40.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:39 smithi153 bash[108237]: cluster 2023-12-21T01:32:38.796897+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:41.166 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:40 smithi038 bash[108204]: cluster 2023-12-21T01:32:40.797486+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:41.166 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:40 smithi038 bash[111605]: cluster 2023-12-21T01:32:40.797486+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:41.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:40 smithi153 bash[108237]: cluster 2023-12-21T01:32:40.797486+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:41.376 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-21T01:32:43.112 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:42 smithi038 bash[111605]: audit 2023-12-21T01:32:42.760262+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.38:0/3469717482' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:43.113 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:42 smithi038 bash[111605]: audit 2023-12-21T01:32:42.760566+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:43.113 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:42 smithi038 bash[111605]: audit 2023-12-21T01:32:42.765931+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-21T01:32:43.113 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:42 smithi038 bash[108204]: audit 2023-12-21T01:32:42.760262+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.38:0/3469717482' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:43.113 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:42 smithi038 bash[108204]: audit 2023-12-21T01:32:42.760566+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:43.114 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:42 smithi038 bash[108204]: audit 2023-12-21T01:32:42.765931+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-21T01:32:43.137 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-21T01:32:43.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:42 smithi153 bash[108237]: audit 2023-12-21T01:32:42.760262+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.38:0/3469717482' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:43.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:42 smithi153 bash[108237]: audit 2023-12-21T01:32:42.760566+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:43.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:42 smithi153 bash[108237]: audit 2023-12-21T01:32:42.765931+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-21T01:32:44.075 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:43 smithi038 bash[111605]: cluster 2023-12-21T01:32:42.797916+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:44.076 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:43 smithi038 bash[108204]: cluster 2023-12-21T01:32:42.797916+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:44.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:43 smithi153 bash[108237]: cluster 2023-12-21T01:32:42.797916+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:44.788 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-21T01:32:45.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:44 smithi038 bash[108204]: audit 2023-12-21T01:32:44.400344+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.38:0/2792048155' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:45.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:44 smithi038 bash[108204]: audit 2023-12-21T01:32:44.400631+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:45.031 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:44 smithi038 bash[108204]: audit 2023-12-21T01:32:44.408463+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-21T01:32:45.031 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:44 smithi038 bash[111605]: audit 2023-12-21T01:32:44.400344+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.38:0/2792048155' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:45.031 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:44 smithi038 bash[111605]: audit 2023-12-21T01:32:44.400631+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:45.031 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:44 smithi038 bash[111605]: audit 2023-12-21T01:32:44.408463+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-21T01:32:45.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:44 smithi153 bash[108237]: audit 2023-12-21T01:32:44.400344+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.38:0/2792048155' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:45.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:44 smithi153 bash[108237]: audit 2023-12-21T01:32:44.400631+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-21T01:32:45.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:44 smithi153 bash[108237]: audit 2023-12-21T01:32:44.408463+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-21T01:32:45.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:45 smithi038 bash[111605]: cluster 2023-12-21T01:32:44.798275+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:45.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:45 smithi038 bash[108204]: cluster 2023-12-21T01:32:44.798275+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:46.011 INFO:teuthology.orchestra.run.smithi038.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:32:46.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:45 smithi153 bash[108237]: cluster 2023-12-21T01:32:44.798275+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:46.396 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T01:32:46.410 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi038.front.sepia.ceph.com 2023-12-21T01:32:46.410 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-12-21T01:32:46.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[111605]: audit 2023-12-21T01:32:46.002465+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:46.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[111605]: audit 2023-12-21T01:32:46.003202+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\"}"}]: dispatch 2023-12-21T01:32:46.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[111605]: audit 2023-12-21T01:32:46.007634+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\"}"}]': finished 2023-12-21T01:32:46.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[111605]: cephadm 2023-12-21T01:32:46.010139+0000 mgr.y (mgr.14142) 246 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:32:46.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[111605]: cluster 2023-12-21T01:32:46.798757+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:46.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[108204]: audit 2023-12-21T01:32:46.002465+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:46.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[108204]: audit 2023-12-21T01:32:46.003202+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\"}"}]: dispatch 2023-12-21T01:32:46.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[108204]: audit 2023-12-21T01:32:46.007634+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\"}"}]': finished 2023-12-21T01:32:46.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[108204]: cephadm 2023-12-21T01:32:46.010139+0000 mgr.y (mgr.14142) 246 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:32:46.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:46 smithi038 bash[108204]: cluster 2023-12-21T01:32:46.798757+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:46 smithi153 bash[108237]: audit 2023-12-21T01:32:46.002465+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:46 smithi153 bash[108237]: audit 2023-12-21T01:32:46.003202+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\"}"}]: dispatch 2023-12-21T01:32:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:46 smithi153 bash[108237]: audit 2023-12-21T01:32:46.007634+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\"}"}]': finished 2023-12-21T01:32:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:46 smithi153 bash[108237]: cephadm 2023-12-21T01:32:46.010139+0000 mgr.y (mgr.14142) 246 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:32:47.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:46 smithi153 bash[108237]: cluster 2023-12-21T01:32:46.798757+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:47.849 INFO:teuthology.orchestra.run.smithi038.stdout:true 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 running (2m) 2m ago 2m docker.io/prom/alertmanager:latest 9f27df16978d 6a0e3b6b2631 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi153 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 7f22b9cb9959 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi153 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9be75ff80afc 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0d1404aba414 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c77c2a8845be 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi153 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eae9de5d50fa 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 79887b2d35b7 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 3afb8063bfa9 2023-12-21T01:32:48.457 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi153 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 feaa3c8d76a9 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d6e44e549191 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 168cf3a769b8 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 13e553e7a1d1 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0213eb1bbbc3 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi153 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8bd775d10c61 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi153 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e679af9a6cad 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi153 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 14068738f55f 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi153 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d0def183d05f 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi153 running (2m) 2m ago 3m docker.io/prom/prometheus:latest ea7f826b1553 4f02a728ff69 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi038.anqzsc smithi038 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 504282ade63e 2023-12-21T01:32:48.458 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi153.zwhrdh smithi153 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 67eb094cbd8c 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:32:48.787 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2023-12-21T01:32:48.788 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2023-12-21T01:32:48.788 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:32:48.788 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:32:48.788 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2023-12-21T01:32:48.788 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-21T01:32:48.788 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:32:48.788 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:32:49.089 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:32:49.089 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T01:32:49.089 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2023-12-21T01:32:49.089 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2023-12-21T01:32:49.089 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "" 2023-12-21T01:32:49.089 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:32:49.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:48 smithi038 bash[108204]: audit 2023-12-21T01:32:48.785721+0000 mon.a (mon.0) 797 : audit [DBG] from='client.? 172.21.15.38:0/2645805222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:32:49.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:48 smithi038 bash[111605]: audit 2023-12-21T01:32:48.785721+0000 mon.a (mon.0) 797 : audit [DBG] from='client.? 172.21.15.38:0/2645805222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:32:49.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:48 smithi153 bash[108237]: audit 2023-12-21T01:32:48.785721+0000 mon.a (mon.0) 797 : audit [DBG] from='client.? 172.21.15.38:0/2645805222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[111605]: audit 2023-12-21T01:32:47.834936+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[111605]: audit 2023-12-21T01:32:48.145620+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[111605]: audit 2023-12-21T01:32:48.451816+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[111605]: cluster 2023-12-21T01:32:48.799176+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[108204]: audit 2023-12-21T01:32:47.834936+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[108204]: audit 2023-12-21T01:32:48.145620+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[108204]: audit 2023-12-21T01:32:48.451816+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:49 smithi038 bash[108204]: cluster 2023-12-21T01:32:48.799176+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:50.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:49 smithi153 bash[108237]: audit 2023-12-21T01:32:47.834936+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:49 smithi153 bash[108237]: audit 2023-12-21T01:32:48.145620+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:49 smithi153 bash[108237]: audit 2023-12-21T01:32:48.451816+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:50.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:49 smithi153 bash[108237]: cluster 2023-12-21T01:32:48.799176+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:51.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:50 smithi038 bash[111605]: audit 2023-12-21T01:32:49.087402+0000 mgr.y (mgr.14142) 252 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:51.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:50 smithi038 bash[108204]: audit 2023-12-21T01:32:49.087402+0000 mgr.y (mgr.14142) 252 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:51.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:50 smithi153 bash[108237]: audit 2023-12-21T01:32:49.087402+0000 mgr.y (mgr.14142) 252 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:32:52.216 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:51 smithi038 bash[111605]: cluster 2023-12-21T01:32:50.799579+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:51 smithi038 bash[108204]: cluster 2023-12-21T01:32:50.799579+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:51 smithi153 bash[108237]: cluster 2023-12-21T01:32:50.799579+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:53 smithi038 bash[111605]: cluster 2023-12-21T01:32:52.799954+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:54.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:53 smithi038 bash[108204]: cluster 2023-12-21T01:32:52.799954+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:54.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:53 smithi153 bash[108237]: cluster 2023-12-21T01:32:52.799954+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:56.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:55 smithi038 bash[111605]: cluster 2023-12-21T01:32:54.800786+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:56.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:55 smithi038 bash[108204]: cluster 2023-12-21T01:32:54.800786+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:56.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:55 smithi153 bash[108237]: cluster 2023-12-21T01:32:54.800786+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:58.216 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:57 smithi038 bash[108204]: cluster 2023-12-21T01:32:56.801263+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:58.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:57 smithi038 bash[111605]: cluster 2023-12-21T01:32:56.801263+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:58.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:57 smithi153 bash[108237]: cluster 2023-12-21T01:32:56.801263+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:59.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:32:58 smithi038 bash[111605]: cluster 2023-12-21T01:32:58.801675+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:59.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:32:58 smithi038 bash[108204]: cluster 2023-12-21T01:32:58.801675+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:32:59.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:32:58 smithi153 bash[108237]: cluster 2023-12-21T01:32:58.801675+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:01.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:00 smithi038 bash[108204]: cluster 2023-12-21T01:33:00.802088+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:01.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:00 smithi038 bash[111605]: cluster 2023-12-21T01:33:00.802088+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:00 smithi153 bash[108237]: cluster 2023-12-21T01:33:00.802088+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:04.216 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:03 smithi038 bash[111605]: cluster 2023-12-21T01:33:02.802598+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:04.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:03 smithi038 bash[108204]: cluster 2023-12-21T01:33:02.802598+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:04.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:03 smithi153 bash[108237]: cluster 2023-12-21T01:33:02.802598+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:06.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:05 smithi038 bash[111605]: cluster 2023-12-21T01:33:04.803006+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:06.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:05 smithi038 bash[108204]: cluster 2023-12-21T01:33:04.803006+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:06.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:05 smithi153 bash[108237]: cluster 2023-12-21T01:33:04.803006+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:06 smithi038 bash[111605]: cluster 2023-12-21T01:33:06.803469+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:06 smithi038 bash[108204]: cluster 2023-12-21T01:33:06.803469+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:06 smithi153 bash[108237]: cluster 2023-12-21T01:33:06.803469+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:10.216 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:09 smithi038 bash[111605]: cluster 2023-12-21T01:33:08.803876+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:10.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:09 smithi038 bash[108204]: cluster 2023-12-21T01:33:08.803876+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:10.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:09 smithi153 bash[108237]: cluster 2023-12-21T01:33:08.803876+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:11.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:10 smithi038 bash[111605]: cluster 2023-12-21T01:33:10.804275+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:11.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:10 smithi038 bash[108204]: cluster 2023-12-21T01:33:10.804275+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:11.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:10 smithi153 bash[108237]: cluster 2023-12-21T01:33:10.804275+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:13 smithi038 bash[111605]: cluster 2023-12-21T01:33:12.804974+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:13 smithi038 bash[108204]: cluster 2023-12-21T01:33:12.804974+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:14.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:13 smithi153 bash[108237]: cluster 2023-12-21T01:33:12.804974+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:16.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:15 smithi038 bash[111605]: cluster 2023-12-21T01:33:14.805398+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:16.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:15 smithi038 bash[108204]: cluster 2023-12-21T01:33:14.805398+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:16.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:15 smithi153 bash[108237]: cluster 2023-12-21T01:33:14.805398+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:16.960 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:16 smithi038 bash[111605]: cluster 2023-12-21T01:33:16.805906+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:16.960 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:16 smithi038 bash[108204]: cluster 2023-12-21T01:33:16.805906+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:17.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:16 smithi153 bash[108237]: cluster 2023-12-21T01:33:16.805906+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[108204]: audit 2023-12-21T01:33:17.289952+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]: dispatch 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[108204]: audit 2023-12-21T01:33:17.295696+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]': finished 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[108204]: cephadm 2023-12-21T01:33:17.295969+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[108204]: audit 2023-12-21T01:33:17.296178+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[108204]: cephadm 2023-12-21T01:33:17.296939+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[108204]: cephadm 2023-12-21T01:33:17.297035+0000 mgr.y (mgr.14142) 269 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[108204]: cephadm 2023-12-21T01:33:17.505902+0000 mgr.y (mgr.14142) 270 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 on smithi153 2023-12-21T01:33:17.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[111605]: audit 2023-12-21T01:33:17.289952+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]: dispatch 2023-12-21T01:33:17.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[111605]: audit 2023-12-21T01:33:17.295696+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]': finished 2023-12-21T01:33:17.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[111605]: cephadm 2023-12-21T01:33:17.295969+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T01:33:17.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[111605]: audit 2023-12-21T01:33:17.296178+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:33:17.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[111605]: cephadm 2023-12-21T01:33:17.296939+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-21T01:33:17.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[111605]: cephadm 2023-12-21T01:33:17.297035+0000 mgr.y (mgr.14142) 269 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-21T01:33:17.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:17 smithi038 bash[111605]: cephadm 2023-12-21T01:33:17.505902+0000 mgr.y (mgr.14142) 270 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 on smithi153 2023-12-21T01:33:18.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:17 smithi153 bash[108237]: audit 2023-12-21T01:33:17.289952+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]: dispatch 2023-12-21T01:33:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:17 smithi153 bash[108237]: audit 2023-12-21T01:33:17.295696+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_version\": \"ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)\"}"}]': finished 2023-12-21T01:33:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:17 smithi153 bash[108237]: cephadm 2023-12-21T01:33:17.295969+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T01:33:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:17 smithi153 bash[108237]: audit 2023-12-21T01:33:17.296178+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:33:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:17 smithi153 bash[108237]: cephadm 2023-12-21T01:33:17.296939+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-21T01:33:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:17 smithi153 bash[108237]: cephadm 2023-12-21T01:33:17.297035+0000 mgr.y (mgr.14142) 269 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-21T01:33:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:17 smithi153 bash[108237]: cephadm 2023-12-21T01:33:17.505902+0000 mgr.y (mgr.14142) 270 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 on smithi153 2023-12-21T01:33:19.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:18 smithi038 bash[111605]: cluster 2023-12-21T01:33:18.806369+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:19.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:18 smithi038 bash[108204]: cluster 2023-12-21T01:33:18.806369+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:19.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:18 smithi153 bash[108237]: cluster 2023-12-21T01:33:18.806369+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:19.397 INFO:teuthology.orchestra.run.smithi038.stdout:true 2023-12-21T01:33:19.955 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 6a0e3b6b2631 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi153 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 7f22b9cb9959 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi153 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9be75ff80afc 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0d1404aba414 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c77c2a8845be 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi153 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eae9de5d50fa 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 79887b2d35b7 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 3afb8063bfa9 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi153 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 feaa3c8d76a9 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d6e44e549191 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 168cf3a769b8 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 13e553e7a1d1 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0213eb1bbbc3 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi153 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8bd775d10c61 2023-12-21T01:33:19.956 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi153 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e679af9a6cad 2023-12-21T01:33:19.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi153 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 14068738f55f 2023-12-21T01:33:19.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi153 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d0def183d05f 2023-12-21T01:33:19.957 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi153 running (2m) 2m ago 3m docker.io/prom/prometheus:latest ea7f826b1553 4f02a728ff69 2023-12-21T01:33:19.957 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi038.anqzsc smithi038 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 504282ade63e 2023-12-21T01:33:19.957 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi153.zwhrdh smithi153 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 67eb094cbd8c 2023-12-21T01:33:20.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:19 smithi038 bash[111605]: audit 2023-12-21T01:33:19.385394+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:20.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:19 smithi038 bash[111605]: audit 2023-12-21T01:33:19.668838+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:20.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:19 smithi038 bash[108204]: audit 2023-12-21T01:33:19.385394+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:20.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:19 smithi038 bash[108204]: audit 2023-12-21T01:33:19.668838+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:20.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:19 smithi153 bash[108237]: audit 2023-12-21T01:33:19.385394+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:19 smithi153 bash[108237]: audit 2023-12-21T01:33:19.668838+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:20.258 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2023-12-21T01:33:20.259 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2023-12-21T01:33:20.259 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:33:20.259 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:20.259 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2023-12-21T01:33:20.259 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-21T01:33:20.259 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:33:20.259 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:33:20.542 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:33:20.542 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T01:33:20.542 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2023-12-21T01:33:20.543 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2023-12-21T01:33:20.543 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "" 2023-12-21T01:33:20.543 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:33:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[111605]: audit 2023-12-21T01:33:19.950447+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[111605]: audit 2023-12-21T01:33:20.256919+0000 mon.a (mon.0) 801 : audit [DBG] from='client.? 172.21.15.38:0/796067383' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:33:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[111605]: audit 2023-12-21T01:33:20.540966+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[111605]: cluster 2023-12-21T01:33:20.806799+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[108204]: audit 2023-12-21T01:33:19.950447+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[108204]: audit 2023-12-21T01:33:20.256919+0000 mon.a (mon.0) 801 : audit [DBG] from='client.? 172.21.15.38:0/796067383' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:33:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[108204]: audit 2023-12-21T01:33:20.540966+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:21.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:20 smithi038 bash[108204]: cluster 2023-12-21T01:33:20.806799+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:21.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:20 smithi153 bash[108237]: audit 2023-12-21T01:33:19.950447+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:20 smithi153 bash[108237]: audit 2023-12-21T01:33:20.256919+0000 mon.a (mon.0) 801 : audit [DBG] from='client.? 172.21.15.38:0/796067383' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:33:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:20 smithi153 bash[108237]: audit 2023-12-21T01:33:20.540966+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:20 smithi153 bash[108237]: cluster 2023-12-21T01:33:20.806799+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:24.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:23 smithi038 bash[111605]: cluster 2023-12-21T01:33:22.807310+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:24.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:23 smithi038 bash[108204]: cluster 2023-12-21T01:33:22.807310+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:24.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:23 smithi153 bash[108237]: cluster 2023-12-21T01:33:22.807310+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:25.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:24 smithi038 bash[111605]: cluster 2023-12-21T01:33:24.807927+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:25.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:24 smithi038 bash[108204]: cluster 2023-12-21T01:33:24.807927+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:25.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:24 smithi153 bash[108237]: cluster 2023-12-21T01:33:24.807927+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:27.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:26 smithi038 bash[111605]: cluster 2023-12-21T01:33:26.808481+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:27.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:26 smithi038 bash[108204]: cluster 2023-12-21T01:33:26.808481+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:27.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:26 smithi153 bash[108237]: cluster 2023-12-21T01:33:26.808481+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:30.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:29 smithi038 bash[111605]: cluster 2023-12-21T01:33:28.809078+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:30.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:29 smithi038 bash[108204]: cluster 2023-12-21T01:33:28.809078+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:30.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:29 smithi153 bash[108237]: cluster 2023-12-21T01:33:28.809078+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:32.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:31 smithi038 bash[111605]: cluster 2023-12-21T01:33:30.809834+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:32.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:31 smithi038 bash[108204]: cluster 2023-12-21T01:33:30.809834+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:32.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:31 smithi153 bash[108237]: cluster 2023-12-21T01:33:30.809834+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:34.216 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:33 smithi038 bash[111605]: cluster 2023-12-21T01:33:32.810336+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:34.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:33 smithi038 bash[108204]: cluster 2023-12-21T01:33:32.810336+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:34.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:33 smithi153 bash[108237]: cluster 2023-12-21T01:33:32.810336+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:36.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:35 smithi038 bash[111605]: cluster 2023-12-21T01:33:34.810870+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:36.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:35 smithi038 bash[108204]: cluster 2023-12-21T01:33:34.810870+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:36.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:35 smithi153 bash[108237]: cluster 2023-12-21T01:33:34.810870+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:37.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:36 smithi038 bash[111605]: cluster 2023-12-21T01:33:36.811386+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:37.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:36 smithi038 bash[108204]: cluster 2023-12-21T01:33:36.811386+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:37.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:36 smithi153 bash[108237]: cluster 2023-12-21T01:33:36.811386+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:39.905 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:39 smithi153 bash[108237]: cluster 2023-12-21T01:33:38.812083+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:40.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:39 smithi038 bash[111605]: cluster 2023-12-21T01:33:38.812083+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:40.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:39 smithi038 bash[108204]: cluster 2023-12-21T01:33:38.812083+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:41.161 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:40 smithi153 bash[108237]: audit 2023-12-21T01:33:40.223919+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]: dispatch 2023-12-21T01:33:41.162 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:40 smithi153 bash[108237]: audit 2023-12-21T01:33:40.237202+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]': finished 2023-12-21T01:33:41.162 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:40 smithi153 bash[108237]: audit 2023-12-21T01:33:40.238098+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-21T01:33:41.162 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:40 smithi153 bash[108237]: audit 2023-12-21T01:33:40.238896+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:33:41.162 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:40 smithi153 bash[108237]: audit 2023-12-21T01:33:40.240172+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[111605]: audit 2023-12-21T01:33:40.223919+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]: dispatch 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[111605]: audit 2023-12-21T01:33:40.237202+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]': finished 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[111605]: audit 2023-12-21T01:33:40.238098+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[111605]: audit 2023-12-21T01:33:40.238896+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[111605]: audit 2023-12-21T01:33:40.240172+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[108204]: audit 2023-12-21T01:33:40.223919+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]: dispatch 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[108204]: audit 2023-12-21T01:33:40.237202+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", "who": "mgr.x"}]': finished 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[108204]: audit 2023-12-21T01:33:40.238098+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-21T01:33:41.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[108204]: audit 2023-12-21T01:33:40.238896+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:33:41.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:40 smithi038 bash[108204]: audit 2023-12-21T01:33:40.240172+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-21T01:33:42.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[111605]: cephadm 2023-12-21T01:33:40.223429+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-21T01:33:42.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[111605]: cephadm 2023-12-21T01:33:40.223526+0000 mgr.y (mgr.14142) 287 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-21T01:33:42.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[111605]: cephadm 2023-12-21T01:33:40.239610+0000 mgr.y (mgr.14142) 288 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:33:42.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[111605]: cluster 2023-12-21T01:33:40.812566+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:42.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[108204]: cephadm 2023-12-21T01:33:40.223429+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-21T01:33:42.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[108204]: cephadm 2023-12-21T01:33:40.223526+0000 mgr.y (mgr.14142) 287 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-21T01:33:42.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[108204]: cephadm 2023-12-21T01:33:40.239610+0000 mgr.y (mgr.14142) 288 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:33:42.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:41 smithi038 bash[108204]: cluster 2023-12-21T01:33:40.812566+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:42.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:41 smithi153 systemd[1]: Stopping Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:33:42.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:41 smithi153 bash[108237]: cephadm 2023-12-21T01:33:40.223429+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-21T01:33:42.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:41 smithi153 bash[108237]: cephadm 2023-12-21T01:33:40.223526+0000 mgr.y (mgr.14142) 287 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-21T01:33:42.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:41 smithi153 bash[108237]: cephadm 2023-12-21T01:33:40.239610+0000 mgr.y (mgr.14142) 288 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:33:42.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:41 smithi153 bash[108237]: cluster 2023-12-21T01:33:40.812566+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:44.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:43 smithi038 bash[111605]: cluster 2023-12-21T01:33:42.817770+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:44.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:43 smithi038 bash[108204]: cluster 2023-12-21T01:33:42.817770+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:44.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:43 smithi153 bash[108237]: cluster 2023-12-21T01:33:42.817770+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:45.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:44 smithi038 bash[111605]: cluster 2023-12-21T01:33:44.818352+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:45.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:44 smithi038 bash[108204]: cluster 2023-12-21T01:33:44.818352+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:45.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:44 smithi153 bash[108237]: cluster 2023-12-21T01:33:44.818352+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:47.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:46 smithi038 bash[111605]: cluster 2023-12-21T01:33:46.819078+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:47.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:46 smithi038 bash[108204]: cluster 2023-12-21T01:33:46.819078+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:47.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:46 smithi153 bash[108237]: cluster 2023-12-21T01:33:46.819078+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:49.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:48 smithi038 bash[111605]: cluster 2023-12-21T01:33:48.819699+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:49.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:48 smithi038 bash[108204]: cluster 2023-12-21T01:33:48.819699+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:49.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:48 smithi153 bash[108237]: cluster 2023-12-21T01:33:48.819699+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:50.856 INFO:teuthology.orchestra.run.smithi038.stdout:true 2023-12-21T01:33:51.216 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:50 smithi038 bash[111605]: cluster 2023-12-21T01:33:50.820110+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:51.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:50 smithi038 bash[108204]: cluster 2023-12-21T01:33:50.820110+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:51.220 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:50 smithi153 bash[108237]: cluster 2023-12-21T01:33:50.820110+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 running (3m) 3m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 6a0e3b6b2631 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi153 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 7f22b9cb9959 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi153 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9be75ff80afc 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0d1404aba414 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c77c2a8845be 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi153 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eae9de5d50fa 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 79887b2d35b7 2023-12-21T01:33:51.415 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 3afb8063bfa9 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi153 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 feaa3c8d76a9 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (5m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d6e44e549191 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 168cf3a769b8 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 13e553e7a1d1 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0213eb1bbbc3 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi153 running (4m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8bd775d10c61 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi153 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e679af9a6cad 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi153 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 14068738f55f 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi153 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d0def183d05f 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi153 running (3m) 3m ago 4m docker.io/prom/prometheus:latest ea7f826b1553 4f02a728ff69 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi038.anqzsc smithi038 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 504282ade63e 2023-12-21T01:33:51.416 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi153.zwhrdh smithi153 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 67eb094cbd8c 2023-12-21T01:33:51.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 podman[122709]: time="2023-12-21T01:33:51Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-21T01:33:51.718 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:33:51.718 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2023-12-21T01:33:51.719 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-21T01:33:51.720 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:33:51.720 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:33:51.776 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 podman[122709]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x 2023-12-21T01:33:51.777 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-21T01:33:51.777 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-21T01:33:51.777 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 systemd[1]: Stopped Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:33:51.777 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 systemd[1]: Starting Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:33:52.013 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:33:52.013 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T01:33:52.013 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2023-12-21T01:33:52.013 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2023-12-21T01:33:52.013 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "" 2023-12-21T01:33:52.013 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:33:52.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:51 smithi153 bash[108237]: audit 2023-12-21T01:33:50.844382+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:51 smithi153 bash[108237]: audit 2023-12-21T01:33:51.129100+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.14787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:51 smithi153 bash[108237]: audit 2023-12-21T01:33:51.410109+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.075 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:51 smithi153 bash[108237]: audit 2023-12-21T01:33:51.717393+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/2765091316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:33:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:51 smithi153 bash[108237]: audit 2023-12-21T01:33:51.812333+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:33:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:51 smithi153 bash[108237]: audit 2023-12-21T01:33:51.818381+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:33:52.076 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:51 smithi153 bash[108237]: audit 2023-12-21T01:33:51.819118+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:33:52.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 podman[122786]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-21T01:33:52.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:51 smithi153 systemd[1]: Started Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:33:52.076 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:52 smithi153 bash[122802]: debug 2023-12-21T01:33:52.066+0000 7fba7961a700 1 -- 172.21.15.153:0/3948190718 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a96b5be4e0 con 0x55a96b595400 2023-12-21T01:33:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[108204]: audit 2023-12-21T01:33:50.844382+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[108204]: audit 2023-12-21T01:33:51.129100+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.14787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[108204]: audit 2023-12-21T01:33:51.410109+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[108204]: audit 2023-12-21T01:33:51.717393+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/2765091316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:33:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[111605]: audit 2023-12-21T01:33:50.844382+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[111605]: audit 2023-12-21T01:33:51.129100+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.14787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[111605]: audit 2023-12-21T01:33:51.410109+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[111605]: audit 2023-12-21T01:33:51.717393+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/2765091316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:33:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[111605]: audit 2023-12-21T01:33:51.812333+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:33:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[111605]: audit 2023-12-21T01:33:51.818381+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:33:52.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[111605]: audit 2023-12-21T01:33:51.819118+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:33:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[108204]: audit 2023-12-21T01:33:51.812333+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:33:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[108204]: audit 2023-12-21T01:33:51.818381+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564133\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564266\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564302\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564336\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564370\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564404\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564447\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564494\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:30:47.564529\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:33:52.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:51 smithi038 bash[108204]: audit 2023-12-21T01:33:51.819118+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-21T01:33:52.430 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:52 smithi153 bash[122802]: debug 2023-12-21T01:33:52.194+0000 7fba89c01680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-21T01:33:52.431 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:52 smithi153 bash[122802]: debug 2023-12-21T01:33:52.281+0000 7fba89c01680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-21T01:33:52.744 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:52 smithi153 bash[122802]: debug 2023-12-21T01:33:52.676+0000 7fba89c01680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-21T01:33:53.832 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:53 smithi153 bash[122802]: debug 2023-12-21T01:33:53.519+0000 7fba89c01680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-21T01:33:53.832 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:53 smithi153 bash[122802]: debug 2023-12-21T01:33:53.608+0000 7fba89c01680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-21T01:33:54.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:53 smithi153 bash[108237]: audit 2023-12-21T01:33:52.008566+0000 mgr.y (mgr.14142) 298 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:54.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:53 smithi153 bash[108237]: cluster 2023-12-21T01:33:52.820732+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:54.156 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:53 smithi153 bash[122802]: debug 2023-12-21T01:33:53.835+0000 7fba89c01680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-21T01:33:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:53 smithi038 bash[111605]: audit 2023-12-21T01:33:52.008566+0000 mgr.y (mgr.14142) 298 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:53 smithi038 bash[111605]: cluster 2023-12-21T01:33:52.820732+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:54.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:53 smithi038 bash[108204]: audit 2023-12-21T01:33:52.008566+0000 mgr.y (mgr.14142) 298 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:33:54.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:53 smithi038 bash[108204]: cluster 2023-12-21T01:33:52.820732+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:55.119 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[111605]: audit 2023-12-21T01:33:54.225076+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223631\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223728\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:33:51.810226\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223767\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223815\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223850\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223883\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223915\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223948\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223980\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.224012\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:33:54.224108\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:33:55.119 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[111605]: audit 2023-12-21T01:33:54.231804+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223631\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223728\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:33:51.810226\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223767\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223815\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223850\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223883\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223915\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223948\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223980\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.224012\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:33:54.224108\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:33:55.119 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[111605]: audit 2023-12-21T01:33:54.234427+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:33:55.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[111605]: audit 2023-12-21T01:33:54.237961+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-21T01:33:55.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[111605]: cluster 2023-12-21T01:33:54.247412+0000 mon.a (mon.0) 814 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-21T01:33:55.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[108204]: audit 2023-12-21T01:33:54.225076+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223631\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223728\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:33:51.810226\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223767\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223815\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223850\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223883\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223915\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223948\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223980\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.224012\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:33:54.224108\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:33:55.121 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[108204]: audit 2023-12-21T01:33:54.231804+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223631\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223728\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:33:51.810226\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223767\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223815\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223850\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223883\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223915\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223948\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223980\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.224012\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:33:54.224108\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:33:55.121 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[108204]: audit 2023-12-21T01:33:54.234427+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:33:55.121 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[108204]: audit 2023-12-21T01:33:54.237961+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-21T01:33:55.121 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:54 smithi038 bash[108204]: cluster 2023-12-21T01:33:54.247412+0000 mon.a (mon.0) 814 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-21T01:33:55.134 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:54 smithi153 bash[122802]: debug 2023-12-21T01:33:54.834+0000 7fba89c01680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-21T01:33:55.135 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:54 smithi153 bash[122802]: debug 2023-12-21T01:33:54.962+0000 7fba89c01680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:33:55.135 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[122802]: debug 2023-12-21T01:33:55.042+0000 7fba89c01680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-21T01:33:55.135 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[122802]: debug 2023-12-21T01:33:55.132+0000 7fba89c01680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-21T01:33:55.135 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:54 smithi153 bash[108237]: audit 2023-12-21T01:33:54.225076+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223631\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223728\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:33:51.810226\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223767\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223815\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223850\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223883\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223915\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223948\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223980\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.224012\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:33:54.224108\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]: dispatch 2023-12-21T01:33:55.136 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:54 smithi153 bash[108237]: audit 2023-12-21T01:33:54.231804+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223631\", \"created\": \"2023-12-21T01:27:19.239817\", \"started\": \"2023-12-21T01:27:19.272275\"}, \"mgr.x\": {\"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223728\", \"created\": \"2023-12-21T01:27:34.454553\", \"started\": \"2023-12-21T01:33:51.810226\"}, \"osd.4\": {\"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223767\", \"created\": \"2023-12-21T01:28:39.994407\", \"started\": \"2023-12-21T01:28:53.389955\"}, \"osd.5\": {\"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223815\", \"created\": \"2023-12-21T01:28:53.593169\", \"started\": \"2023-12-21T01:29:07.034984\"}, \"osd.6\": {\"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223850\", \"created\": \"2023-12-21T01:29:07.375927\", \"started\": \"2023-12-21T01:29:20.831086\"}, \"osd.7\": {\"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223883\", \"created\": \"2023-12-21T01:29:21.316682\", \"started\": \"2023-12-21T01:29:22.473988\"}, \"prometheus.a\": {\"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223915\", \"created\": \"2023-12-21T01:29:42.715305\", \"started\": \"2023-12-21T01:30:24.801441\"}, \"node-exporter.b\": {\"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223948\", \"created\": \"2023-12-21T01:29:45.044264\", \"started\": \"2023-12-21T01:29:52.617978\"}, \"grafana.a\": {\"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.223980\", \"created\": \"2023-12-21T01:30:14.724740\", \"started\": \"2023-12-21T01:30:14.837152\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-21T01:33:54.224012\", \"created\": \"2023-12-21T01:30:42.634245\", \"started\": \"2023-12-21T01:30:42.668343\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206\"}}, \"last_daemon_update\": \"2023-12-21T01:33:54.224108\", \"last_device_update\": \"2023-12-21T01:29:24.895522\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.153\"]}, \"last_host_check\": \"2023-12-21T01:27:01.276047\"}"}]': finished 2023-12-21T01:33:55.136 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:54 smithi153 bash[108237]: audit 2023-12-21T01:33:54.234427+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:33:55.136 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:54 smithi153 bash[108237]: audit 2023-12-21T01:33:54.237961+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-21T01:33:55.136 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:54 smithi153 bash[108237]: cluster 2023-12-21T01:33:54.247412+0000 mon.a (mon.0) 814 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-21T01:33:55.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108438]: ignoring --setuser ceph since I am not root 2023-12-21T01:33:55.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108438]: ignoring --setgroup ceph since I am not root 2023-12-21T01:33:55.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[122802]: debug 2023-12-21T01:33:55.336+0000 7fba89c01680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[122802]: debug 2023-12-21T01:33:55.618+0000 7fba89c01680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[122802]: debug 2023-12-21T01:33:55.716+0000 7fba89c01680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: cephadm 2023-12-21T01:33:54.234125+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: cephadm 2023-12-21T01:33:54.235382+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: cephadm 2023-12-21T01:33:54.235571+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: cephadm 2023-12-21T01:33:54.237412+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: cluster 2023-12-21T01:33:54.821217+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: cluster 2023-12-21T01:33:55.097629+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: audit 2023-12-21T01:33:55.241852+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-21T01:33:55.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:55 smithi153 bash[108237]: cluster 2023-12-21T01:33:55.241906+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e15: x(active, starting, since 1.00327s), standbys: y 2023-12-21T01:33:56.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: cephadm 2023-12-21T01:33:54.234125+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: cephadm 2023-12-21T01:33:54.235382+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: cephadm 2023-12-21T01:33:54.235571+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: cephadm 2023-12-21T01:33:54.237412+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: cluster 2023-12-21T01:33:54.821217+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: cluster 2023-12-21T01:33:55.097629+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: audit 2023-12-21T01:33:55.241852+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[108204]: cluster 2023-12-21T01:33:55.241906+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e15: x(active, starting, since 1.00327s), standbys: y 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: cephadm 2023-12-21T01:33:54.234125+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 with id 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: cephadm 2023-12-21T01:33:54.235382+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-21T01:33:56.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: cephadm 2023-12-21T01:33:54.235571+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-21T01:33:56.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: cephadm 2023-12-21T01:33:54.237412+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-21T01:33:56.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: cluster 2023-12-21T01:33:54.821217+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:33:56.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: cluster 2023-12-21T01:33:55.097629+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2023-12-21T01:33:56.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: audit 2023-12-21T01:33:55.241852+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14142 172.21.15.38:0/953040375' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-21T01:33:56.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:55 smithi038 bash[111605]: cluster 2023-12-21T01:33:55.241906+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e15: x(active, starting, since 1.00327s), standbys: y 2023-12-21T01:33:56.744 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:56 smithi153 bash[122802]: debug 2023-12-21T01:33:56.453+0000 7fba89c01680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-21T01:33:56.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:56 smithi153 bash[122802]: debug 2023-12-21T01:33:56.536+0000 7fba89c01680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-21T01:33:56.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:56 smithi153 bash[122802]: debug 2023-12-21T01:33:56.628+0000 7fba89c01680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-21T01:33:57.078 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:56 smithi153 bash[122802]: debug 2023-12-21T01:33:56.808+0000 7fba89c01680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-21T01:33:57.349 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[122802]: debug 2023-12-21T01:33:57.075+0000 7fba89c01680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-21T01:33:57.349 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[122802]: debug 2023-12-21T01:33:57.210+0000 7fba89c01680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-21T01:33:57.350 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[122802]: debug 2023-12-21T01:33:57.347+0000 7fba89c01680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:33:57.612 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[122802]: debug 2023-12-21T01:33:57.523+0000 7fba89c01680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-21T01:33:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[108204]: cluster 2023-12-21T01:33:57.624862+0000 mon.a (mon.0) 818 : cluster [INF] Active manager daemon x restarted 2023-12-21T01:33:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[108204]: cluster 2023-12-21T01:33:57.625486+0000 mon.a (mon.0) 819 : cluster [INF] Activating manager daemon x 2023-12-21T01:33:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[108204]: audit 2023-12-21T01:33:57.625695+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:33:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[108204]: audit 2023-12-21T01:33:57.631265+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:33:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[108204]: audit 2023-12-21T01:33:57.632368+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:33:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[108204]: audit 2023-12-21T01:33:57.632575+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:33:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[108204]: cluster 2023-12-21T01:33:57.638333+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-21T01:33:57.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[111605]: cluster 2023-12-21T01:33:57.624862+0000 mon.a (mon.0) 818 : cluster [INF] Active manager daemon x restarted 2023-12-21T01:33:57.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[111605]: cluster 2023-12-21T01:33:57.625486+0000 mon.a (mon.0) 819 : cluster [INF] Activating manager daemon x 2023-12-21T01:33:57.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[111605]: audit 2023-12-21T01:33:57.625695+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:33:57.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[111605]: audit 2023-12-21T01:33:57.631265+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:33:57.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[111605]: audit 2023-12-21T01:33:57.632368+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:33:57.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[111605]: audit 2023-12-21T01:33:57.632575+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:33:57.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:57 smithi038 bash[111605]: cluster 2023-12-21T01:33:57.638333+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-21T01:33:57.994 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[122802]: debug 2023-12-21T01:33:57.609+0000 7fba89c01680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-21T01:33:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[108237]: cluster 2023-12-21T01:33:57.624862+0000 mon.a (mon.0) 818 : cluster [INF] Active manager daemon x restarted 2023-12-21T01:33:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[108237]: cluster 2023-12-21T01:33:57.625486+0000 mon.a (mon.0) 819 : cluster [INF] Activating manager daemon x 2023-12-21T01:33:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[108237]: audit 2023-12-21T01:33:57.625695+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:33:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[108237]: audit 2023-12-21T01:33:57.631265+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:33:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[108237]: audit 2023-12-21T01:33:57.632368+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:33:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[108237]: audit 2023-12-21T01:33:57.632575+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:33:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:57 smithi153 bash[108237]: cluster 2023-12-21T01:33:57.638333+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-21T01:33:58.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:58 smithi038 bash[111605]: cluster 2023-12-21T01:33:57.682496+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e16: x(active, starting, since 0.057186s), standbys: y 2023-12-21T01:33:58.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:58 smithi038 bash[108204]: cluster 2023-12-21T01:33:57.682496+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e16: x(active, starting, since 0.057186s), standbys: y 2023-12-21T01:33:58.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:58 smithi153 bash[108237]: cluster 2023-12-21T01:33:57.682496+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e16: x(active, starting, since 0.057186s), standbys: y 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[108204]: cluster 2023-12-21T01:33:59.066406+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon y restarted 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[108204]: cluster 2023-12-21T01:33:59.066524+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon y started 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[108204]: audit 2023-12-21T01:33:59.066920+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.38:0/3107765085' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[108204]: audit 2023-12-21T01:33:59.068022+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.38:0/3107765085' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[111605]: cluster 2023-12-21T01:33:59.066406+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon y restarted 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[111605]: cluster 2023-12-21T01:33:59.066524+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon y started 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[111605]: audit 2023-12-21T01:33:59.066920+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.38:0/3107765085' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:33:59.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:33:59 smithi038 bash[111605]: audit 2023-12-21T01:33:59.068022+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.38:0/3107765085' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:33:59.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:59 smithi153 bash[108237]: cluster 2023-12-21T01:33:59.066406+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon y restarted 2023-12-21T01:33:59.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:59 smithi153 bash[108237]: cluster 2023-12-21T01:33:59.066524+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon y started 2023-12-21T01:33:59.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:59 smithi153 bash[108237]: audit 2023-12-21T01:33:59.066920+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.38:0/3107765085' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:33:59.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:33:59 smithi153 bash[108237]: audit 2023-12-21T01:33:59.068022+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.38:0/3107765085' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:00 smithi038 bash[108204]: cluster 2023-12-21T01:33:59.711250+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-21T01:34:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:00 smithi038 bash[108204]: audit 2023-12-21T01:33:59.711816+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:34:00.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:00 smithi038 bash[108204]: audit 2023-12-21T01:33:59.712046+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:34:00.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:00 smithi038 bash[111605]: cluster 2023-12-21T01:33:59.711250+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-21T01:34:00.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:00 smithi038 bash[111605]: audit 2023-12-21T01:33:59.711816+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:34:00.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:00 smithi038 bash[111605]: audit 2023-12-21T01:33:59.712046+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:34:00.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:00 smithi153 bash[108237]: cluster 2023-12-21T01:33:59.711250+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-21T01:34:00.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:00 smithi153 bash[108237]: audit 2023-12-21T01:33:59.711816+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:34:00.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:00 smithi153 bash[108237]: audit 2023-12-21T01:33:59.712046+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:34:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.684387+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:34:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.684596+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:34:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.684780+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:34:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.686094+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:34:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.686405+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:34:04.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.686653+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.686927+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.687170+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.687443+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.687686+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.687950+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.688707+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.688941+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.689489+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.690319+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.691222+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.691562+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:34:04.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.691854+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.684387+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.684596+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.684780+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.686094+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.686405+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.686653+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.686927+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.687170+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.687443+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.687686+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.687950+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.688707+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.688941+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:34:04.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.689489+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.690319+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.691222+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.691562+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.691854+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.692162+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.692452+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.692729+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.692995+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:34:04.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.693272+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.693544+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.693821+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.694090+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.694377+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.694657+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.694938+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.695240+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.695515+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.695774+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.696042+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.696314+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.696585+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.696846+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:34:04.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: cluster 2023-12-21T01:34:03.712171+0000 mon.a (mon.0) 825 : cluster [INF] Manager daemon x is now available 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.723565+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.724178+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.730881+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.735807+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.736316+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[111605]: audit 2023-12-21T01:34:03.743283+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.692162+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.692452+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.692729+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:34:04.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.692995+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.693272+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.693544+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.693821+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.694090+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.694377+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.694657+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.694938+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.695240+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.695515+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.695774+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.696042+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.696314+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.696585+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:34:04.223 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.696846+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:34:04.224 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: cluster 2023-12-21T01:34:03.712171+0000 mon.a (mon.0) 825 : cluster [INF] Manager daemon x is now available 2023-12-21T01:34:04.224 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.723565+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:34:04.224 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.724178+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:34:04.224 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.730881+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:34:04.224 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.735807+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-21T01:34:04.224 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.736316+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-21T01:34:04.224 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:03 smithi038 bash[108204]: audit 2023-12-21T01:34:03.743283+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-21T01:34:04.244 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[122802]: Warning: Permanently added '172.21.15.38' (ECDSA) to the list of known hosts. 2023-12-21T01:34:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.684387+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:34:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.684596+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:34:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.684780+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:34:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.686094+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:34:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.686405+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:34:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.686653+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:34:04.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.686927+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.687170+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.687443+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.687686+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.687950+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.688707+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.688941+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.689489+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.690319+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.691222+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.691562+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.691854+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.692162+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.692452+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.692729+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.692995+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.693272+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:34:04.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.693544+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.693821+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.694090+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.694377+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.694657+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.694938+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.695240+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.695515+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.695774+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.696042+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.696314+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.696585+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.696846+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: cluster 2023-12-21T01:34:03.712171+0000 mon.a (mon.0) 825 : cluster [INF] Manager daemon x is now available 2023-12-21T01:34:04.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.723565+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:34:04.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.724178+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:34:04.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.730881+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"smithi153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:34:04.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.735807+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-21T01:34:04.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.736316+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-21T01:34:04.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:03 smithi153 bash[108237]: audit 2023-12-21T01:34:03.743283+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-21T01:34:05.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: cephadm 2023-12-21T01:34:03.723064+0000 mgr.x (mgr.24680) 1 : cephadm [INF] inventory: adjusted host smithi038 addr 'smithi038' -> '172.21.15.38' 2023-12-21T01:34:05.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: cephadm 2023-12-21T01:34:03.735527+0000 mgr.x (mgr.24680) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-21T01:34:05.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.833714+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-21T01:34:05.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.834047+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-21T01:34:05.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: cluster 2023-12-21T01:34:03.840808+0000 mon.a (mon.0) 831 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: cluster 2023-12-21T01:34:03.843576+0000 mgr.x (mgr.24680) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.849488+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.851190+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.852696+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.889943+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.890278+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.896279+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[108204]: audit 2023-12-21T01:34:03.896569+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: cephadm 2023-12-21T01:34:03.723064+0000 mgr.x (mgr.24680) 1 : cephadm [INF] inventory: adjusted host smithi038 addr 'smithi038' -> '172.21.15.38' 2023-12-21T01:34:05.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: cephadm 2023-12-21T01:34:03.735527+0000 mgr.x (mgr.24680) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.833714+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.834047+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: cluster 2023-12-21T01:34:03.840808+0000 mon.a (mon.0) 831 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: cluster 2023-12-21T01:34:03.843576+0000 mgr.x (mgr.24680) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.849488+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.851190+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.852696+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.889943+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.890278+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.896279+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-21T01:34:05.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:04 smithi038 bash[111605]: audit 2023-12-21T01:34:03.896569+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: cephadm 2023-12-21T01:34:03.723064+0000 mgr.x (mgr.24680) 1 : cephadm [INF] inventory: adjusted host smithi038 addr 'smithi038' -> '172.21.15.38' 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: cephadm 2023-12-21T01:34:03.735527+0000 mgr.x (mgr.24680) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.833714+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.834047+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: cluster 2023-12-21T01:34:03.840808+0000 mon.a (mon.0) 831 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: cluster 2023-12-21T01:34:03.843576+0000 mgr.x (mgr.24680) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.849488+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.851190+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.852696+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.889943+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.890278+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:34:05.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.896279+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-21T01:34:05.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:04 smithi153 bash[108237]: audit 2023-12-21T01:34:03.896569+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-21T01:34:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:06 smithi038 bash[111605]: cluster 2023-12-21T01:34:05.689029+0000 mgr.x (mgr.24680) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:07.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:06 smithi038 bash[111605]: cluster 2023-12-21T01:34:05.878890+0000 mon.a (mon.0) 835 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-21T01:34:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:06 smithi038 bash[108204]: cluster 2023-12-21T01:34:05.689029+0000 mgr.x (mgr.24680) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:07.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:06 smithi038 bash[108204]: cluster 2023-12-21T01:34:05.878890+0000 mon.a (mon.0) 835 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-21T01:34:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:06 smithi153 bash[108237]: cluster 2023-12-21T01:34:05.689029+0000 mgr.x (mgr.24680) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:07.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:06 smithi153 bash[108237]: cluster 2023-12-21T01:34:05.878890+0000 mon.a (mon.0) 835 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-21T01:34:09.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:08 smithi038 bash[111605]: cluster 2023-12-21T01:34:07.689604+0000 mgr.x (mgr.24680) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:09.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:08 smithi038 bash[108204]: cluster 2023-12-21T01:34:07.689604+0000 mgr.x (mgr.24680) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:09.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:08 smithi153 bash[108237]: cluster 2023-12-21T01:34:07.689604+0000 mgr.x (mgr.24680) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:11.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:10 smithi038 bash[111605]: cluster 2023-12-21T01:34:09.690302+0000 mgr.x (mgr.24680) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:11.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:10 smithi038 bash[108204]: cluster 2023-12-21T01:34:09.690302+0000 mgr.x (mgr.24680) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:11.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:10 smithi153 bash[108237]: cluster 2023-12-21T01:34:09.690302+0000 mgr.x (mgr.24680) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:13.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:12 smithi038 bash[108204]: cluster 2023-12-21T01:34:11.690711+0000 mgr.x (mgr.24680) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:13.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:12 smithi038 bash[111605]: cluster 2023-12-21T01:34:11.690711+0000 mgr.x (mgr.24680) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:13.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:12 smithi153 bash[108237]: cluster 2023-12-21T01:34:11.690711+0000 mgr.x (mgr.24680) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:13.994 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[122802]: Warning: Permanently added 'smithi153,172.21.15.153' (ECDSA) to the list of known hosts. 2023-12-21T01:34:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[108237]: audit 2023-12-21T01:34:13.689260+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-21T01:34:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[108237]: audit 2023-12-21T01:34:13.689721+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-21T01:34:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[108237]: audit 2023-12-21T01:34:13.697871+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-21T01:34:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[108237]: audit 2023-12-21T01:34:13.700507+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-21T01:34:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[108237]: audit 2023-12-21T01:34:13.700822+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-21T01:34:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[108237]: audit 2023-12-21T01:34:13.705520+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]': finished 2023-12-21T01:34:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:13 smithi153 bash[108237]: audit 2023-12-21T01:34:13.709355+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[111605]: audit 2023-12-21T01:34:13.689260+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[111605]: audit 2023-12-21T01:34:13.689721+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[111605]: audit 2023-12-21T01:34:13.697871+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[111605]: audit 2023-12-21T01:34:13.700507+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[111605]: audit 2023-12-21T01:34:13.700822+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[111605]: audit 2023-12-21T01:34:13.705520+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]': finished 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[111605]: audit 2023-12-21T01:34:13.709355+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[108204]: audit 2023-12-21T01:34:13.689260+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-21T01:34:14.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[108204]: audit 2023-12-21T01:34:13.689721+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-21T01:34:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[108204]: audit 2023-12-21T01:34:13.697871+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-21T01:34:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[108204]: audit 2023-12-21T01:34:13.700507+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-21T01:34:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[108204]: audit 2023-12-21T01:34:13.700822+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]: dispatch 2023-12-21T01:34:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[108204]: audit 2023-12-21T01:34:13.705520+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.x"}]': finished 2023-12-21T01:34:14.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:13 smithi038 bash[108204]: audit 2023-12-21T01:34:13.709355+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:15.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:14 smithi038 bash[111605]: cluster 2023-12-21T01:34:13.691098+0000 mgr.x (mgr.24680) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:15.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:14 smithi038 bash[111605]: audit 2023-12-21T01:34:13.974351+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:15.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:14 smithi038 bash[108204]: cluster 2023-12-21T01:34:13.691098+0000 mgr.x (mgr.24680) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:15.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:14 smithi038 bash[108204]: audit 2023-12-21T01:34:13.974351+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:15.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:14 smithi153 bash[108237]: cluster 2023-12-21T01:34:13.691098+0000 mgr.x (mgr.24680) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:15.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:14 smithi153 bash[108237]: audit 2023-12-21T01:34:13.974351+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:17.213 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: cluster 2023-12-21T01:34:15.691741+0000 mgr.x (mgr.24680) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.413029+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.413732+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.418764+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.721178+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.721618+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.722116+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.722401+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.722687+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.722946+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.214 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.723236+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.215 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.723485+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.215 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:16 smithi153 bash[108237]: audit 2023-12-21T01:34:16.723739+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: cluster 2023-12-21T01:34:15.691741+0000 mgr.x (mgr.24680) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:17.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: cluster 2023-12-21T01:34:15.691741+0000 mgr.x (mgr.24680) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:17.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.413029+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:17.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.413029+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.413732+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.418764+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.721178+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.721618+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.722116+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.722401+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.722687+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.722946+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.723236+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.723485+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[111605]: audit 2023-12-21T01:34:16.723739+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.413732+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.418764+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.721178+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.721618+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.722116+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.722401+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.722687+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.722946+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.723236+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:17.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.723485+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:17.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:16 smithi038 bash[108204]: audit 2023-12-21T01:34:16.723739+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.435528+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.435528+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.436402+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.436402+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.441605+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.741754+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.742130+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.742424+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.742665+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.742968+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.743234+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.743512+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.743773+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.744071+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.745265+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.745716+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:18.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.751131+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.441605+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.741754+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.742130+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.742424+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.742665+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.742968+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.743234+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.743512+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.743773+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.744071+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.745265+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.745716+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:18.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.751131+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.754399+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.754930+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.755420+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[108204]: audit 2023-12-21T01:34:17.756208+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.754399+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.754930+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.755420+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:18.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:17 smithi038 bash[111605]: audit 2023-12-21T01:34:17.756208+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:34:18.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.435528+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.436402+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.441605+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:17.236982Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.741754+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.742130+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.742424+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.742665+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.742968+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.743234+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.743512+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.743773+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.744071+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:34:18.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.745265+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:18.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.745716+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:18.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.751131+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:34:18.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.754399+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:18.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.754930+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:18.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.755420+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:18.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:17 smithi153 bash[108237]: audit 2023-12-21T01:34:17.756208+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:34:18.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: cluster 2023-12-21T01:34:17.692103+0000 mgr.x (mgr.24680) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:18.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: cephadm 2023-12-21T01:34:17.754186+0000 mgr.x (mgr.24680) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-21T01:34:18.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: cephadm 2023-12-21T01:34:17.755905+0000 mgr.x (mgr.24680) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2023-12-21T01:34:18.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: cluster 2023-12-21T01:34:17.692103+0000 mgr.x (mgr.24680) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:18.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: cephadm 2023-12-21T01:34:17.754186+0000 mgr.x (mgr.24680) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-21T01:34:18.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: cephadm 2023-12-21T01:34:17.755905+0000 mgr.x (mgr.24680) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2023-12-21T01:34:18.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: audit 2023-12-21T01:34:18.738110+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: audit 2023-12-21T01:34:18.738110+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.969 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: audit 2023-12-21T01:34:18.738812+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: audit 2023-12-21T01:34:18.738812+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:18.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: audit 2023-12-21T01:34:18.741986+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: audit 2023-12-21T01:34:18.743748+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: audit 2023-12-21T01:34:18.744592+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: audit 2023-12-21T01:34:18.745233+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[108204]: audit 2023-12-21T01:34:18.746202+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: audit 2023-12-21T01:34:18.741986+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: audit 2023-12-21T01:34:18.743748+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: audit 2023-12-21T01:34:18.744592+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: audit 2023-12-21T01:34:18.745233+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:18.970 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:18 smithi038 bash[111605]: audit 2023-12-21T01:34:18.746202+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:34:19.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: cluster 2023-12-21T01:34:17.692103+0000 mgr.x (mgr.24680) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:19.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: cephadm 2023-12-21T01:34:17.754186+0000 mgr.x (mgr.24680) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-21T01:34:19.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: cephadm 2023-12-21T01:34:17.755905+0000 mgr.x (mgr.24680) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2023-12-21T01:34:19.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: audit 2023-12-21T01:34:18.738110+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:19.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: audit 2023-12-21T01:34:18.738812+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:19.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: audit 2023-12-21T01:34:18.741986+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:07.798048Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:19.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: audit 2023-12-21T01:34:18.743748+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:19.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: audit 2023-12-21T01:34:18.744592+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:19.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: audit 2023-12-21T01:34:18.745233+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:19.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:18 smithi153 bash[108237]: audit 2023-12-21T01:34:18.746202+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:34:19.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[108204]: cephadm 2023-12-21T01:34:18.743444+0000 mgr.x (mgr.24680) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-21T01:34:19.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[108204]: cephadm 2023-12-21T01:34:18.745801+0000 mgr.x (mgr.24680) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2023-12-21T01:34:19.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[108204]: audit 2023-12-21T01:34:19.728996+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:19.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[108204]: audit 2023-12-21T01:34:19.729833+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:19.969 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[108204]: audit 2023-12-21T01:34:19.734728+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:20.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[111605]: cephadm 2023-12-21T01:34:18.743444+0000 mgr.x (mgr.24680) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-21T01:34:20.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[111605]: cephadm 2023-12-21T01:34:18.745801+0000 mgr.x (mgr.24680) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2023-12-21T01:34:20.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[111605]: audit 2023-12-21T01:34:19.728996+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:20.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[111605]: audit 2023-12-21T01:34:19.729833+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:20.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:19 smithi038 bash[111605]: audit 2023-12-21T01:34:19.734728+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:19 smithi153 bash[108237]: cephadm 2023-12-21T01:34:18.743444+0000 mgr.x (mgr.24680) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-21T01:34:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:19 smithi153 bash[108237]: cephadm 2023-12-21T01:34:18.745801+0000 mgr.x (mgr.24680) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2023-12-21T01:34:20.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:19 smithi153 bash[108237]: audit 2023-12-21T01:34:19.728996+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:19 smithi153 bash[108237]: audit 2023-12-21T01:34:19.729833+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:19 smithi153 bash[108237]: audit 2023-12-21T01:34:19.734728+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"6a0e3b6b2631\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 17165189, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411598Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:30:22.639871Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-21T01:30:19.208062Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:16.411783Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:21.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:20 smithi153 bash[108237]: cluster 2023-12-21T01:34:19.692979+0000 mgr.x (mgr.24680) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:20 smithi153 bash[108237]: cephadm 2023-12-21T01:34:19.736774+0000 mgr.x (mgr.24680) 16 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-21T01:34:21.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:20 smithi153 bash[108237]: cephadm 2023-12-21T01:34:19.747409+0000 mgr.x (mgr.24680) 17 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2023-12-21T01:34:21.466 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:20 smithi038 bash[111605]: cluster 2023-12-21T01:34:19.692979+0000 mgr.x (mgr.24680) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:21.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:20 smithi038 bash[111605]: cephadm 2023-12-21T01:34:19.736774+0000 mgr.x (mgr.24680) 16 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-21T01:34:21.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:20 smithi038 bash[111605]: cephadm 2023-12-21T01:34:19.747409+0000 mgr.x (mgr.24680) 17 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2023-12-21T01:34:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:20 smithi038 bash[108204]: cluster 2023-12-21T01:34:19.692979+0000 mgr.x (mgr.24680) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:20 smithi038 bash[108204]: cephadm 2023-12-21T01:34:19.736774+0000 mgr.x (mgr.24680) 16 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-21T01:34:21.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:20 smithi038 bash[108204]: cephadm 2023-12-21T01:34:19.747409+0000 mgr.x (mgr.24680) 17 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2023-12-21T01:34:22.368 INFO:teuthology.orchestra.run.smithi038.stdout:true 2023-12-21T01:34:23.030 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T01:34:23.030 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 running (4m) 6s ago 4m 16.3M - 0.26.0 9f27df16978d 6a0e3b6b2631 2023-12-21T01:34:23.030 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi153 running (4m) 5s ago 4m 33.3M - 6.6.2 87a51ecf0b1c 7f22b9cb9959 2023-12-21T01:34:23.030 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi153 running (31s) 5s ago 6m 427M - 16.2.14-413-g639f0137 19e6b2dc6c74 de8f7c39bc35 2023-12-21T01:34:23.030 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 running (8m) 6s ago 8m 307M - 15.2.0 204a01f9b0b6 0d1404aba414 2023-12-21T01:34:23.030 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (8m) 6s ago 8m 198M 2048M 15.2.0 204a01f9b0b6 c77c2a8845be 2023-12-21T01:34:23.030 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi153 running (7m) 5s ago 7m 189M 2048M 15.2.0 204a01f9b0b6 eae9de5d50fa 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (7m) 6s ago 7m 187M 2048M 15.2.0 204a01f9b0b6 79887b2d35b7 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 running (4m) 6s ago 4m 11.0M - 1.7.0 72c9c2088986 3afb8063bfa9 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi153 running (4m) 5s ago 4m 11.3M - 1.7.0 72c9c2088986 feaa3c8d76a9 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (6m) 6s ago 6m 71.1M 4096M 15.2.0 204a01f9b0b6 d6e44e549191 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (6m) 6s ago 6m 75.4M 4096M 15.2.0 204a01f9b0b6 168cf3a769b8 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (5m) 6s ago 6m 59.4M 4096M 15.2.0 204a01f9b0b6 13e553e7a1d1 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (5m) 6s ago 5m 73.9M 4096M 15.2.0 204a01f9b0b6 0213eb1bbbc3 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi153 running (5m) 5s ago 5m 74.5M 4096M 15.2.0 204a01f9b0b6 8bd775d10c61 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi153 running (5m) 5s ago 5m 68.1M 4096M 15.2.0 204a01f9b0b6 e679af9a6cad 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi153 running (5m) 5s ago 5m 63.2M 4096M 15.2.0 204a01f9b0b6 14068738f55f 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi153 running (5m) 5s ago 5m 71.9M 4096M 15.2.0 204a01f9b0b6 d0def183d05f 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi153 running (3m) 5s ago 4m 28.0M - 2.48.1 ea7f826b1553 4f02a728ff69 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi038.anqzsc smithi038 running (3m) 6s ago 3m 53.6M - 15.2.0 204a01f9b0b6 504282ade63e 2023-12-21T01:34:23.031 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi153.zwhrdh smithi153 running (3m) 5s ago 3m 53.6M - 15.2.0 204a01f9b0b6 67eb094cbd8c 2023-12-21T01:34:23.422 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:34:23.422 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2023-12-21T01:34:23.422 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-21T01:34:23.422 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:34:23.422 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2023-12-21T01:34:23.422 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 1 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:34:23.423 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:34:23.438 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:22 smithi038 bash[108204]: cluster 2023-12-21T01:34:21.693417+0000 mgr.x (mgr.24680) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:23.438 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:22 smithi038 bash[111605]: cluster 2023-12-21T01:34:21.693417+0000 mgr.x (mgr.24680) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:23.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:22 smithi153 bash[108237]: cluster 2023-12-21T01:34:21.693417+0000 mgr.x (mgr.24680) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:23.765 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:34:23.765 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32", 2023-12-21T01:34:23.765 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2023-12-21T01:34:23.765 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T01:34:23.765 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2023-12-21T01:34:23.765 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "", 2023-12-21T01:34:23.766 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "", 2023-12-21T01:34:23.766 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2023-12-21T01:34:23.766 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:34:24.307 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:22.352432+0000 mgr.x (mgr.24680) 19 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.307 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:22.696681+0000 mgr.x (mgr.24680) 20 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.307 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.016090+0000 mgr.x (mgr.24680) 21 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.307 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.018364+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.307 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.018781+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.307 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.019113+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.019457+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.019790+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.020136+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.022207+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.022559+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.022897+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.023219+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.023541+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[111605]: audit 2023-12-21T01:34:23.421137+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.38:0/3518640922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:22.352432+0000 mgr.x (mgr.24680) 19 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:22.696681+0000 mgr.x (mgr.24680) 20 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.308 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.016090+0000 mgr.x (mgr.24680) 21 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.018364+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.018781+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.019113+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.019457+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.019790+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.020136+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.022207+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.022559+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.022897+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.023219+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.023541+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[108204]: audit 2023-12-21T01:34:23.421137+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.38:0/3518640922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:22.352432+0000 mgr.x (mgr.24680) 19 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:22.696681+0000 mgr.x (mgr.24680) 20 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.016090+0000 mgr.x (mgr.24680) 21 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.018364+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.018781+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.019113+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.019457+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.019790+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.020136+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.022207+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-21T01:34:24.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.022559+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.022897+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.023219+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.023541+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:34:24.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:24 smithi153 bash[108237]: audit 2023-12-21T01:34:23.421137+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.38:0/3518640922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:34:24.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:24 smithi038 systemd[1]: Stopping Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:34:24.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:24 smithi038 bash[126858]: ts=2023-12-21T01:34:24.787Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-21T01:34:25.219 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 podman[132624]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-alertmanager.a 2023-12-21T01:34:25.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[108204]: cluster 2023-12-21T01:34:23.693943+0000 mgr.x (mgr.24680) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:25.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[108204]: audit 2023-12-21T01:34:23.763451+0000 mgr.x (mgr.24680) 23 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:25.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[111605]: cluster 2023-12-21T01:34:23.693943+0000 mgr.x (mgr.24680) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:25.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[111605]: audit 2023-12-21T01:34:23.763451+0000 mgr.x (mgr.24680) 23 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:25.477 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-21T01:34:25.477 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 systemd[1]: Stopped Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:34:25.478 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 systemd[1]: Starting Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:34:25.478 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 podman[132664]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-21T01:34:25.478 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 systemd[1]: Started Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:34:25.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:25 smithi153 bash[108237]: cluster 2023-12-21T01:34:23.693943+0000 mgr.x (mgr.24680) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:25.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:25 smithi153 bash[108237]: audit 2023-12-21T01:34:23.763451+0000 mgr.x (mgr.24680) 23 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:34:25.966 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.622Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-21T01:34:25.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.622Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-21T01:34:25.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.623Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.38 port=9094 2023-12-21T01:34:25.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.624Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-21T01:34:25.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.647Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-21T01:34:25.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.647Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-21T01:34:25.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.649Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-21T01:34:25.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:25 smithi038 bash[132679]: ts=2023-12-21T01:34:25.649Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-21T01:34:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:26 smithi153 bash[108237]: audit 2023-12-21T01:34:25.273650+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:26.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:26 smithi153 bash[108237]: audit 2023-12-21T01:34:25.274275+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:26.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:26 smithi153 bash[108237]: audit 2023-12-21T01:34:25.281321+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:26.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:26 smithi153 bash[108237]: audit 2023-12-21T01:34:25.283173+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:26.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:26 smithi153 bash[108237]: audit 2023-12-21T01:34:25.283907+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:26.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:26 smithi153 bash[108237]: audit 2023-12-21T01:34:25.284586+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:26.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:26 smithi153 bash[108237]: audit 2023-12-21T01:34:25.285654+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-21T01:34:26.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[108204]: audit 2023-12-21T01:34:25.273650+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:26.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[111605]: audit 2023-12-21T01:34:25.273650+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:26.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[108204]: audit 2023-12-21T01:34:25.274275+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:26.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[108204]: audit 2023-12-21T01:34:25.281321+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:26.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[108204]: audit 2023-12-21T01:34:25.283173+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:26.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[108204]: audit 2023-12-21T01:34:25.283907+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:26.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[108204]: audit 2023-12-21T01:34:25.284586+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:26.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[108204]: audit 2023-12-21T01:34:25.285654+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-21T01:34:26.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[111605]: audit 2023-12-21T01:34:25.274275+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:26.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[111605]: audit 2023-12-21T01:34:25.281321+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"0d1404aba414\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411079Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:26:03.628975Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:35.257508Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:26.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[111605]: audit 2023-12-21T01:34:25.283173+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:34:26.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[111605]: audit 2023-12-21T01:34:25.283907+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:34:26.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[111605]: audit 2023-12-21T01:34:25.284586+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:26.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:26 smithi038 bash[111605]: audit 2023-12-21T01:34:25.285654+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-21T01:34:27.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[108204]: cephadm 2023-12-21T01:34:25.282908+0000 mgr.x (mgr.24680) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-21T01:34:27.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[108204]: cephadm 2023-12-21T01:34:25.285182+0000 mgr.x (mgr.24680) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-21T01:34:27.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[108204]: cluster 2023-12-21T01:34:25.694552+0000 mgr.x (mgr.24680) 26 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:27.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[111605]: cephadm 2023-12-21T01:34:25.282908+0000 mgr.x (mgr.24680) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-21T01:34:27.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[111605]: cephadm 2023-12-21T01:34:25.285182+0000 mgr.x (mgr.24680) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-21T01:34:27.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[111605]: cluster 2023-12-21T01:34:25.694552+0000 mgr.x (mgr.24680) 26 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:27.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[108204]: audit 2023-12-21T01:34:26.127414+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:27.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[111605]: audit 2023-12-21T01:34:26.127414+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:27.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[108204]: audit 2023-12-21T01:34:26.128114+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:27.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[108204]: audit 2023-12-21T01:34:26.132919+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:27.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[111605]: audit 2023-12-21T01:34:26.128114+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:27.471 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[111605]: audit 2023-12-21T01:34:26.132919+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:27.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:27 smithi153 bash[108237]: cephadm 2023-12-21T01:34:25.282908+0000 mgr.x (mgr.24680) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-21T01:34:27.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:27 smithi153 bash[108237]: cephadm 2023-12-21T01:34:25.285182+0000 mgr.x (mgr.24680) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi153 2023-12-21T01:34:27.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:27 smithi153 bash[108237]: cluster 2023-12-21T01:34:25.694552+0000 mgr.x (mgr.24680) 26 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:27.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:27 smithi153 bash[108237]: audit 2023-12-21T01:34:26.127414+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:27.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:27 smithi153 bash[108237]: audit 2023-12-21T01:34:26.128114+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:34:27.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:27 smithi153 bash[108237]: audit 2023-12-21T01:34:26.132919+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"4f02a728ff69\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 29454499, \"cpu_percentage\": \"0.25%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434064Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:30:24.801441Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:30:22.395312Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:17.434395Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:34:27.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:27 smithi038 bash[132679]: ts=2023-12-21T01:34:27.625Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001016035s 2023-12-21T01:34:28.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:28 smithi038 bash[108204]: cephadm 2023-12-21T01:34:26.134468+0000 mgr.x (mgr.24680) 27 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-21T01:34:28.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:28 smithi038 bash[108204]: cephadm 2023-12-21T01:34:26.141871+0000 mgr.x (mgr.24680) 28 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi153 2023-12-21T01:34:28.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:28 smithi038 bash[111605]: cephadm 2023-12-21T01:34:26.134468+0000 mgr.x (mgr.24680) 27 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-21T01:34:28.470 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:28 smithi038 bash[111605]: cephadm 2023-12-21T01:34:26.141871+0000 mgr.x (mgr.24680) 28 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi153 2023-12-21T01:34:28.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:28 smithi153 bash[108237]: cephadm 2023-12-21T01:34:26.134468+0000 mgr.x (mgr.24680) 27 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-21T01:34:28.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:28 smithi153 bash[108237]: cephadm 2023-12-21T01:34:26.141871+0000 mgr.x (mgr.24680) 28 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi153 2023-12-21T01:34:29.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:29 smithi038 bash[111605]: cluster 2023-12-21T01:34:27.695776+0000 mgr.x (mgr.24680) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:29.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:29 smithi038 bash[108204]: cluster 2023-12-21T01:34:27.695776+0000 mgr.x (mgr.24680) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:29.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:29 smithi153 bash[108237]: cluster 2023-12-21T01:34:27.695776+0000 mgr.x (mgr.24680) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:31.378 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:31 smithi153 bash[108237]: cluster 2023-12-21T01:34:29.696341+0000 mgr.x (mgr.24680) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:31.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:31 smithi038 bash[111605]: cluster 2023-12-21T01:34:29.696341+0000 mgr.x (mgr.24680) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:31.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:31 smithi038 bash[108204]: cluster 2023-12-21T01:34:29.696341+0000 mgr.x (mgr.24680) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:32.590 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 systemd[1]: Stopping Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:34:32.843 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.588Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-21T01:34:32.843 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.588Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-21T01:34:32.843 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.588Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-21T01:34:32.843 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.588Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-21T01:34:32.843 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.588Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-21T01:34:32.843 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.588Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-21T01:34:32.843 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.589Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-21T01:34:32.844 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.589Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-21T01:34:32.844 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.589Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-21T01:34:32.844 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.590Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-21T01:34:32.844 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.590Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2023-12-21T01:34:32.844 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 bash[120252]: ts=2023-12-21T01:34:32.590Z caller=main.go:1168 level=info msg="See you next time!" 2023-12-21T01:34:33.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[108237]: cluster 2023-12-21T01:34:31.696631+0000 mgr.x (mgr.24680) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:33.245 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:32 smithi153 podman[124721]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-prometheus.a 2023-12-21T01:34:33.245 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@prometheus.a.service: Succeeded. 2023-12-21T01:34:33.245 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 systemd[1]: Stopped Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:34:33.245 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 systemd[1]: Starting Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:34:33.245 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 podman[124763]: Error: no container with ID or name "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-prometheus.a" found: no such container 2023-12-21T01:34:33.246 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 systemd[1]: Started Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:34:33.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:33 smithi038 bash[108204]: cluster 2023-12-21T01:34:31.696631+0000 mgr.x (mgr.24680) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:33.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:33 smithi038 bash[111605]: cluster 2023-12-21T01:34:31.696631+0000 mgr.x (mgr.24680) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:33.745 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.451Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-21T01:34:33.745 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.451Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2023-12-21T01:34:33.745 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.451Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2023-12-21T01:34:33.745 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.451Z caller=main.go:589 level=info host_details="(Linux 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 smithi153 (none))" 2023-12-21T01:34:33.745 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.451Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.451Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.453Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.453Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.454Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.454Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.456Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.456Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.48µs 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.456Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.456Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.465Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-21T01:34:33.746 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.465Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-21T01:34:33.747 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.465Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=29.177µs wal_replay_duration=8.798782ms wbl_replay_duration=198ns total_replay_duration=8.846811ms 2023-12-21T01:34:33.747 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.467Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-21T01:34:33.747 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.467Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-21T01:34:33.747 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.467Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-21T01:34:33.747 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.480Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=13.259017ms db_storage=1.181µs remote_storage=1.248µs web_handler=366ns query_engine=484ns scrape=554.088µs scrape_sd=23.675µs notify=22.605µs notify_sd=5.351µs rules=12.44231ms tracing=6.69µs 2023-12-21T01:34:33.747 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.480Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-21T01:34:33.747 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:34:33 smithi153 bash[124779]: ts=2023-12-21T01:34:33.480Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-21T01:34:34.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.116713+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:34.218 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.116713+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:34.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.117409+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:34.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.117409+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:34.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.120642+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:34.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.125545+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T01:34:34.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.126855+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T01:34:34.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.127404+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-21T01:34:34.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.120642+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:34.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.125545+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T01:34:34.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.126855+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T01:34:34.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.127404+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-21T01:34:34.220 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.127671+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.131432+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.136231+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.139864+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.140731+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.141251+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[108204]: audit 2023-12-21T01:34:33.145100+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.127671+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.131432+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.136231+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.139864+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.140731+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-21T01:34:34.221 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.141251+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-21T01:34:34.222 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:34 smithi038 bash[111605]: audit 2023-12-21T01:34:33.145100+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-21T01:34:34.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.116713+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:34.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.117409+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:34.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.120642+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 198600294, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433628Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 448685670, \"cpu_percentage\": \"30.88%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:34:17.433762Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78213283, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433829Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71491911, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433890Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66301460, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.433949Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75466014, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434007Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11911823, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434121Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 34970009, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434179Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56266588, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:17.434277Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:34.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.125545+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T01:34:34.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.126855+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T01:34:34.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.127404+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-21T01:34:34.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.127671+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-21T01:34:34.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.131432+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi038.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-21T01:34:34.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.136231+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T01:34:34.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.139864+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T01:34:34.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.140731+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-21T01:34:34.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.141251+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-21T01:34:34.499 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:34 smithi153 bash[108237]: audit 2023-12-21T01:34:33.145100+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi153.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:33.126031+0000 mgr.x (mgr.24680) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:33.127177+0000 mgr.x (mgr.24680) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:33.136623+0000 mgr.x (mgr.24680) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:33.140229+0000 mgr.x (mgr.24680) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: cephadm 2023-12-21T01:34:33.147087+0000 mgr.x (mgr.24680) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: cluster 2023-12-21T01:34:33.697153+0000 mgr.x (mgr.24680) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:34.471053+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:34.471623+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-21T01:34:35.371 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:34.476321+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:33.126031+0000 mgr.x (mgr.24680) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:33.127177+0000 mgr.x (mgr.24680) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:33.136623+0000 mgr.x (mgr.24680) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:33.140229+0000 mgr.x (mgr.24680) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: cephadm 2023-12-21T01:34:33.147087+0000 mgr.x (mgr.24680) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: cluster 2023-12-21T01:34:33.697153+0000 mgr.x (mgr.24680) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:34.471053+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:34.471623+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:34.476321+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:34.479039+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:34.480064+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:35.372 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:34.480391+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:35.373 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[108204]: audit 2023-12-21T01:34:34.485129+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-21T01:34:35.373 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:34.479039+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:35.373 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:34.480064+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:35.373 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:34.480391+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:35.373 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[111605]: audit 2023-12-21T01:34:34.485129+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:33.126031+0000 mgr.x (mgr.24680) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:33.127177+0000 mgr.x (mgr.24680) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:33.136623+0000 mgr.x (mgr.24680) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:33.140229+0000 mgr.x (mgr.24680) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: cephadm 2023-12-21T01:34:33.147087+0000 mgr.x (mgr.24680) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: cluster 2023-12-21T01:34:33.697153+0000 mgr.x (mgr.24680) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:34.471053+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:34.471623+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:34.476321+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"progress_id\": \"331060f9-6be4-426d-a2ef-c08bf19cfbe4\", \"target_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"target_version\": \"16.2.14-413-g639f0137\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-21T01:34:35.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:34.479039+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:35.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:34.480064+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:35.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:34.480391+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:35.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:35 smithi153 bash[108237]: audit 2023-12-21T01:34:34.485129+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-21T01:34:35.927 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:34:35 smithi038 bash[132679]: ts=2023-12-21T01:34:35.628Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004067754s 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: cephadm 2023-12-21T01:34:34.477983+0000 mgr.x (mgr.24680) 38 : cephadm [INF] Upgrade: Target is version 16.2.14-413-g639f0137 (pacific) 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: cephadm 2023-12-21T01:34:34.478067+0000 mgr.x (mgr.24680) 39 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3'] 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: cephadm 2023-12-21T01:34:34.487100+0000 mgr.x (mgr.24680) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: cephadm 2023-12-21T01:34:34.487621+0000 mgr.x (mgr.24680) 41 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.420111+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.420767+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.426153+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]': finished 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.427829+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:34:36.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.428128+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.428991+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.429861+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[108204]: audit 2023-12-21T01:34:35.430985+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: cephadm 2023-12-21T01:34:34.477983+0000 mgr.x (mgr.24680) 38 : cephadm [INF] Upgrade: Target is version 16.2.14-413-g639f0137 (pacific) 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: cephadm 2023-12-21T01:34:34.478067+0000 mgr.x (mgr.24680) 39 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3'] 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: cephadm 2023-12-21T01:34:34.487100+0000 mgr.x (mgr.24680) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: cephadm 2023-12-21T01:34:34.487621+0000 mgr.x (mgr.24680) 41 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.420111+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.420767+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-21T01:34:36.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.426153+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]': finished 2023-12-21T01:34:36.214 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.427829+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:34:36.214 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.428128+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:34:36.214 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.428991+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:34:36.214 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.429861+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:36.214 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:36 smithi038 bash[111605]: audit 2023-12-21T01:34:35.430985+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-21T01:34:36.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:36 smithi038 systemd[1]: Stopping Ceph mgr.y for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: cephadm 2023-12-21T01:34:34.477983+0000 mgr.x (mgr.24680) 38 : cephadm [INF] Upgrade: Target is version 16.2.14-413-g639f0137 (pacific) 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: cephadm 2023-12-21T01:34:34.478067+0000 mgr.x (mgr.24680) 39 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3'] 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: cephadm 2023-12-21T01:34:34.487100+0000 mgr.x (mgr.24680) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: cephadm 2023-12-21T01:34:34.487621+0000 mgr.x (mgr.24680) 41 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.420111+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.420767+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]: dispatch 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.426153+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr.y"}]': finished 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.427829+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.428128+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.428991+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.429861+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:34:36.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:36 smithi153 bash[108237]: audit 2023-12-21T01:34:35.430985+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-21T01:34:37.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:37 smithi038 bash[111605]: cephadm 2023-12-21T01:34:35.419721+0000 mgr.x (mgr.24680) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-21T01:34:37.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:37 smithi038 bash[111605]: cephadm 2023-12-21T01:34:35.430565+0000 mgr.x (mgr.24680) 43 : cephadm [INF] Deploying daemon mgr.y on smithi038 2023-12-21T01:34:37.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:37 smithi038 bash[111605]: cluster 2023-12-21T01:34:35.697923+0000 mgr.x (mgr.24680) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:37.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:37 smithi038 bash[108204]: cephadm 2023-12-21T01:34:35.419721+0000 mgr.x (mgr.24680) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-21T01:34:37.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:37 smithi038 bash[108204]: cephadm 2023-12-21T01:34:35.430565+0000 mgr.x (mgr.24680) 43 : cephadm [INF] Deploying daemon mgr.y on smithi038 2023-12-21T01:34:37.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:37 smithi038 bash[108204]: cluster 2023-12-21T01:34:35.697923+0000 mgr.x (mgr.24680) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:37.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:37 smithi153 bash[108237]: cephadm 2023-12-21T01:34:35.419721+0000 mgr.x (mgr.24680) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-21T01:34:37.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:37 smithi153 bash[108237]: cephadm 2023-12-21T01:34:35.430565+0000 mgr.x (mgr.24680) 43 : cephadm [INF] Deploying daemon mgr.y on smithi038 2023-12-21T01:34:37.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:37 smithi153 bash[108237]: cluster 2023-12-21T01:34:35.697923+0000 mgr.x (mgr.24680) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:39.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:39 smithi038 bash[111605]: cluster 2023-12-21T01:34:37.698393+0000 mgr.x (mgr.24680) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:39.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:39 smithi038 bash[108204]: cluster 2023-12-21T01:34:37.698393+0000 mgr.x (mgr.24680) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:39.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:39 smithi153 bash[108237]: cluster 2023-12-21T01:34:37.698393+0000 mgr.x (mgr.24680) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:40.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:40 smithi038 bash[111605]: cluster 2023-12-21T01:34:39.699364+0000 mgr.x (mgr.24680) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:40 smithi038 bash[108204]: cluster 2023-12-21T01:34:39.699364+0000 mgr.x (mgr.24680) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:40.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:40 smithi153 bash[108237]: cluster 2023-12-21T01:34:39.699364+0000 mgr.x (mgr.24680) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:43.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:42 smithi038 bash[111605]: cluster 2023-12-21T01:34:41.700032+0000 mgr.x (mgr.24680) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:43.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:42 smithi038 bash[108204]: cluster 2023-12-21T01:34:41.700032+0000 mgr.x (mgr.24680) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:43.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:42 smithi153 bash[108237]: cluster 2023-12-21T01:34:41.700032+0000 mgr.x (mgr.24680) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:45.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:44 smithi038 bash[111605]: cluster 2023-12-21T01:34:43.700499+0000 mgr.x (mgr.24680) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:45.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:44 smithi038 bash[108204]: cluster 2023-12-21T01:34:43.700499+0000 mgr.x (mgr.24680) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:45.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:44 smithi153 bash[108237]: cluster 2023-12-21T01:34:43.700499+0000 mgr.x (mgr.24680) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:46.817 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:46 smithi038 bash[133043]: time="2023-12-21T01:34:46Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2023-12-21T01:34:46.817 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:46 smithi038 bash[133043]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.y 2023-12-21T01:34:47.193 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:46 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2023-12-21T01:34:47.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:46 smithi038 bash[108204]: cluster 2023-12-21T01:34:45.701205+0000 mgr.x (mgr.24680) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:47.194 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:46 smithi038 bash[111605]: cluster 2023-12-21T01:34:45.701205+0000 mgr.x (mgr.24680) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:47.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:46 smithi153 bash[108237]: cluster 2023-12-21T01:34:45.701205+0000 mgr.x (mgr.24680) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:47.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-21T01:34:47.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 systemd[1]: Stopped Ceph mgr.y for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:34:47.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 systemd[1]: Starting Ceph mgr.y for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:34:48.146 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:47 smithi153 bash[108237]: audit 2023-12-21T01:34:47.799873+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:48.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:47 smithi153 bash[108237]: audit 2023-12-21T01:34:47.800538+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:48.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:47 smithi153 bash[108237]: audit 2023-12-21T01:34:47.809282+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:48.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:47 smithi153 bash[108237]: audit 2023-12-21T01:34:47.810313+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:48.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:47 smithi153 bash[108237]: audit 2023-12-21T01:34:47.812070+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:48.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:47 smithi153 bash[108237]: audit 2023-12-21T01:34:47.812349+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:48.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:47.730+0000 7f0a35fef700 1 -- 172.21.15.38:0/4224126269 <== mon.0 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e7214a84e0 con 0x55e72147cc00 2023-12-21T01:34:48.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[133231]: 7e59aa3f842a6152192c3eef185030b8b15f36414f5d3b4b3cfc11a1947aa940 2023-12-21T01:34:48.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 systemd[1]: Started Ceph mgr.y for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:34:48.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:47.868+0000 7f0a465d6680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-21T01:34:48.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:47.956+0000 7f0a465d6680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-21T01:34:48.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[108204]: audit 2023-12-21T01:34:47.799873+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:48.219 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[111605]: audit 2023-12-21T01:34:47.799873+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:48.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[108204]: audit 2023-12-21T01:34:47.800538+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:48.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[108204]: audit 2023-12-21T01:34:47.809282+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:48.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[108204]: audit 2023-12-21T01:34:47.810313+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:48.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[108204]: audit 2023-12-21T01:34:47.812070+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:48.219 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[108204]: audit 2023-12-21T01:34:47.812349+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:48.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[111605]: audit 2023-12-21T01:34:47.800538+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:48.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[111605]: audit 2023-12-21T01:34:47.809282+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207827763, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.410879Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196817715, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411155Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 74585210, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411255Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79146516, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411324Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62358814, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411390Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77552680, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411457Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11534336, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411535Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"0.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:16.411655Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:48.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[111605]: audit 2023-12-21T01:34:47.810313+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:48.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[111605]: audit 2023-12-21T01:34:47.812070+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:48.220 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:47 smithi038 bash[111605]: audit 2023-12-21T01:34:47.812349+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:34:48.578 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:48 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:48.387+0000 7f0a465d6680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-21T01:34:48.868 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:48 smithi038 bash[108204]: cluster 2023-12-21T01:34:47.701697+0000 mgr.x (mgr.24680) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:49.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:48 smithi038 bash[111605]: cluster 2023-12-21T01:34:47.701697+0000 mgr.x (mgr.24680) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:49.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:48 smithi153 bash[108237]: cluster 2023-12-21T01:34:47.701697+0000 mgr.x (mgr.24680) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:49.562 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:49 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:49.231+0000 7f0a465d6680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-21T01:34:49.562 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:49 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:49.318+0000 7f0a465d6680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-21T01:34:49.966 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:49 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:49.559+0000 7f0a465d6680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-21T01:34:50.966 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:50 smithi038 bash[111605]: cluster 2023-12-21T01:34:49.702334+0000 mgr.x (mgr.24680) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:50.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:50 smithi038 bash[108204]: cluster 2023-12-21T01:34:49.702334+0000 mgr.x (mgr.24680) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:50.967 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:50.655+0000 7f0a465d6680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-21T01:34:50.967 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:50.800+0000 7f0a465d6680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:34:50.967 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:50.890+0000 7f0a465d6680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-21T01:34:51.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:50 smithi153 bash[108237]: cluster 2023-12-21T01:34:49.702334+0000 mgr.x (mgr.24680) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:51.466 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:50.985+0000 7f0a465d6680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-21T01:34:51.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:51.216+0000 7f0a465d6680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-21T01:34:51.895 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:51.516+0000 7f0a465d6680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-21T01:34:51.895 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:51.619+0000 7f0a465d6680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-21T01:34:51.896 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.128040+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.896 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.128634+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.896 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.140891+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:51.896 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.195222+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.897 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.195843+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.897 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.198858+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.202328+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.202586+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.205284+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.211868+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.212623+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.212859+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.215733+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.215970+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.223226+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: cluster 2023-12-21T01:34:51.224528+0000 mon.a (mon.0) 877 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.224963+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.225667+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T01:34:51.898 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[111605]: audit 2023-12-21T01:34:51.228210+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T01:34:51.900 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.128040+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.900 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.128634+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.900 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.140891+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:51.900 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.195222+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.900 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.195843+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.198858+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.202328+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.202586+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.205284+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.211868+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.212623+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.212859+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.215733+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.215970+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-21T01:34:51.901 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.223226+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T01:34:51.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: cluster 2023-12-21T01:34:51.224528+0000 mon.a (mon.0) 877 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-21T01:34:51.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.224963+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T01:34:51.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.225667+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T01:34:51.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:51 smithi038 bash[108204]: audit 2023-12-21T01:34:51.228210+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T01:34:52.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.128040+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:52.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.128634+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:52.147 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.140891+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 218313523, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126051Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 454977126, \"cpu_percentage\": \"13.66%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126220Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80520151, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126302Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73358376, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126368Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67937239, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126431Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77405880, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126507Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36511416, \"cpu_percentage\": \"1.40%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126565Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11723079, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126622Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35043409, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126680Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56381931, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.126738Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.126862Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:52.148 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.195222+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:52.148 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.195843+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-21T01:34:52.148 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.198858+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 236663603, \"cpu_percentage\": \"2.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193545Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 43138416, \"cpu_percentage\": \"109.18%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:34:51.193661Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 214748364, \"cpu_percentage\": \"0.84%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193727Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76462161, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193787Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81128325, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193848Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63554191, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193906Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79670804, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.193964Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11387535, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194021Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16682844, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194078Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56350474, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:34:51.194135Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:34:51.194245Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}}"}]': finished 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.202328+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.202586+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.205284+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.211868+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.212623+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.212859+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.215733+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.215970+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.223226+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: cluster 2023-12-21T01:34:51.224528+0000 mon.a (mon.0) 877 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.224963+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T01:34:52.149 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.225667+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24680 172.21.15.153:0/14875939' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T01:34:52.150 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:51 smithi153 bash[108237]: audit 2023-12-21T01:34:51.228210+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T01:34:52.459 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[122802]: debug 2023-12-21T01:34:52.213+0000 7fba76e15700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-21T01:34:52.459 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[122802]: ignoring --setuser ceph since I am not root 2023-12-21T01:34:52.459 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[122802]: ignoring --setgroup ceph since I am not root 2023-12-21T01:34:52.460 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[122802]: debug 2023-12-21T01:34:52.253+0000 7f80e4e3a700 1 -- 172.21.15.153:0/771764564 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558d5da864e0 con 0x558d5da5d000 2023-12-21T01:34:52.460 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[122802]: debug 2023-12-21T01:34:52.376+0000 7f80f5003680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-21T01:34:52.460 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[122802]: debug 2023-12-21T01:34:52.457+0000 7f80f5003680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-21T01:34:52.489 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:52 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:52.398+0000 7f0a465d6680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-21T01:34:52.489 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:52 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:52.486+0000 7f0a465d6680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-21T01:34:52.773 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:52 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:52.584+0000 7f0a465d6680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-21T01:34:53.044 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:52 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:52.770+0000 7f0a465d6680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: cephadm 2023-12-21T01:34:51.213546+0000 mgr.x (mgr.24680) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: cephadm 2023-12-21T01:34:51.213875+0000 mgr.x (mgr.24680) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: cephadm 2023-12-21T01:34:51.215563+0000 mgr.x (mgr.24680) 54 : cephadm [INF] Failing over to other MGR 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: cluster 2023-12-21T01:34:51.702705+0000 mgr.x (mgr.24680) 55 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: cluster 2023-12-21T01:34:51.921016+0000 mon.a (mon.0) 880 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: audit 2023-12-21T01:34:52.212143+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: cluster 2023-12-21T01:34:52.212205+0000 mon.a (mon.0) 882 : cluster [DBG] mgrmap e20: y(active, starting, since 0.995685s), standbys: x 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: audit 2023-12-21T01:34:52.227138+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[108204]: cluster 2023-12-21T01:34:52.227194+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: cephadm 2023-12-21T01:34:51.213546+0000 mgr.x (mgr.24680) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:53.045 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: cephadm 2023-12-21T01:34:51.213875+0000 mgr.x (mgr.24680) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:53.046 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: cephadm 2023-12-21T01:34:51.215563+0000 mgr.x (mgr.24680) 54 : cephadm [INF] Failing over to other MGR 2023-12-21T01:34:53.046 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: cluster 2023-12-21T01:34:51.702705+0000 mgr.x (mgr.24680) 55 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:53.046 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: cluster 2023-12-21T01:34:51.921016+0000 mon.a (mon.0) 880 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:34:53.046 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: audit 2023-12-21T01:34:52.212143+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-21T01:34:53.046 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: cluster 2023-12-21T01:34:52.212205+0000 mon.a (mon.0) 882 : cluster [DBG] mgrmap e20: y(active, starting, since 0.995685s), standbys: x 2023-12-21T01:34:53.046 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: audit 2023-12-21T01:34:52.227138+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T01:34:53.046 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:52 smithi038 bash[111605]: cluster 2023-12-21T01:34:52.227194+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-21T01:34:53.244 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[122802]: debug 2023-12-21T01:34:52.822+0000 7f80f5003680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: cephadm 2023-12-21T01:34:51.213546+0000 mgr.x (mgr.24680) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: cephadm 2023-12-21T01:34:51.213875+0000 mgr.x (mgr.24680) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: cephadm 2023-12-21T01:34:51.215563+0000 mgr.x (mgr.24680) 54 : cephadm [INF] Failing over to other MGR 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: cluster 2023-12-21T01:34:51.702705+0000 mgr.x (mgr.24680) 55 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: cluster 2023-12-21T01:34:51.921016+0000 mon.a (mon.0) 880 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: audit 2023-12-21T01:34:52.212143+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: cluster 2023-12-21T01:34:52.212205+0000 mon.a (mon.0) 882 : cluster [DBG] mgrmap e20: y(active, starting, since 0.995685s), standbys: x 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: audit 2023-12-21T01:34:52.227138+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T01:34:53.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:52 smithi153 bash[108237]: cluster 2023-12-21T01:34:52.227194+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-21T01:34:53.326 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:53.041+0000 7f0a465d6680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-21T01:34:53.326 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:53.182+0000 7f0a465d6680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-21T01:34:53.599 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:53.323+0000 7f0a465d6680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:34:53.599 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:53.506+0000 7f0a465d6680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-21T01:34:53.872 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[122802]: debug 2023-12-21T01:34:53.570+0000 7f80f5003680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-21T01:34:53.873 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[122802]: debug 2023-12-21T01:34:53.656+0000 7f80f5003680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-21T01:34:53.873 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[122802]: debug 2023-12-21T01:34:53.870+0000 7f80f5003680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-21T01:34:53.898 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:34:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:34:53.596+0000 7f0a465d6680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[111605]: cluster 2023-12-21T01:34:53.612260+0000 mon.a (mon.0) 885 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[111605]: cluster 2023-12-21T01:34:53.612996+0000 mon.a (mon.0) 886 : cluster [INF] Activating manager daemon y 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[111605]: audit 2023-12-21T01:34:53.614827+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[111605]: audit 2023-12-21T01:34:53.615160+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[111605]: audit 2023-12-21T01:34:53.616176+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[111605]: audit 2023-12-21T01:34:53.616419+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[111605]: cluster 2023-12-21T01:34:53.621136+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:34:54.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[108204]: cluster 2023-12-21T01:34:53.612260+0000 mon.a (mon.0) 885 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:34:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[108204]: cluster 2023-12-21T01:34:53.612996+0000 mon.a (mon.0) 886 : cluster [INF] Activating manager daemon y 2023-12-21T01:34:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[108204]: audit 2023-12-21T01:34:53.614827+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-21T01:34:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[108204]: audit 2023-12-21T01:34:53.615160+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[108204]: audit 2023-12-21T01:34:53.616176+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-21T01:34:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[108204]: audit 2023-12-21T01:34:53.616419+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:54.218 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:53 smithi038 bash[108204]: cluster 2023-12-21T01:34:53.621136+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:34:54.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[108237]: cluster 2023-12-21T01:34:53.612260+0000 mon.a (mon.0) 885 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:34:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[108237]: cluster 2023-12-21T01:34:53.612996+0000 mon.a (mon.0) 886 : cluster [INF] Activating manager daemon y 2023-12-21T01:34:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[108237]: audit 2023-12-21T01:34:53.614827+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-21T01:34:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[108237]: audit 2023-12-21T01:34:53.615160+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[108237]: audit 2023-12-21T01:34:53.616176+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-21T01:34:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[108237]: audit 2023-12-21T01:34:53.616419+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:54.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:53 smithi153 bash[108237]: cluster 2023-12-21T01:34:53.621136+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:34:55.122 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:54 smithi153 bash[108237]: cluster 2023-12-21T01:34:53.908578+0000 mon.a (mon.0) 888 : cluster [DBG] mgrmap e21: y(active, starting, since 0.295731s), standbys: x 2023-12-21T01:34:55.122 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:54 smithi153 bash[122802]: debug 2023-12-21T01:34:54.818+0000 7f80f5003680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-21T01:34:55.122 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:54 smithi153 bash[122802]: debug 2023-12-21T01:34:54.949+0000 7f80f5003680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:34:55.122 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:55 smithi153 bash[122802]: debug 2023-12-21T01:34:55.029+0000 7f80f5003680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-21T01:34:55.122 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:55 smithi153 bash[122802]: debug 2023-12-21T01:34:55.119+0000 7f80f5003680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-21T01:34:55.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:54 smithi038 bash[111605]: cluster 2023-12-21T01:34:53.908578+0000 mon.a (mon.0) 888 : cluster [DBG] mgrmap e21: y(active, starting, since 0.295731s), standbys: x 2023-12-21T01:34:55.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:54 smithi038 bash[108204]: cluster 2023-12-21T01:34:53.908578+0000 mon.a (mon.0) 888 : cluster [DBG] mgrmap e21: y(active, starting, since 0.295731s), standbys: x 2023-12-21T01:34:55.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:55 smithi153 bash[122802]: debug 2023-12-21T01:34:55.316+0000 7f80f5003680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-21T01:34:55.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:55 smithi153 bash[122802]: debug 2023-12-21T01:34:55.597+0000 7f80f5003680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-21T01:34:55.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:55 smithi153 bash[122802]: debug 2023-12-21T01:34:55.696+0000 7f80f5003680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-21T01:34:56.744 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:56 smithi153 bash[122802]: debug 2023-12-21T01:34:56.427+0000 7f80f5003680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-21T01:34:56.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:56 smithi153 bash[122802]: debug 2023-12-21T01:34:56.510+0000 7f80f5003680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-21T01:34:56.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:56 smithi153 bash[122802]: debug 2023-12-21T01:34:56.602+0000 7f80f5003680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-21T01:34:57.042 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:56 smithi153 bash[122802]: debug 2023-12-21T01:34:56.777+0000 7f80f5003680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-21T01:34:57.311 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[122802]: debug 2023-12-21T01:34:57.040+0000 7f80f5003680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-21T01:34:57.311 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[122802]: debug 2023-12-21T01:34:57.172+0000 7f80f5003680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-21T01:34:57.570 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[122802]: debug 2023-12-21T01:34:57.308+0000 7f80f5003680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:34:57.570 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[122802]: debug 2023-12-21T01:34:57.481+0000 7f80f5003680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[111605]: cluster 2023-12-21T01:34:57.581968+0000 mon.a (mon.0) 889 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[111605]: cluster 2023-12-21T01:34:57.582121+0000 mon.a (mon.0) 890 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[111605]: audit 2023-12-21T01:34:57.582141+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[111605]: audit 2023-12-21T01:34:57.582502+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[111605]: audit 2023-12-21T01:34:57.583414+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[111605]: audit 2023-12-21T01:34:57.583696+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[108204]: cluster 2023-12-21T01:34:57.581968+0000 mon.a (mon.0) 889 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[108204]: cluster 2023-12-21T01:34:57.582121+0000 mon.a (mon.0) 890 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:34:57.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[108204]: audit 2023-12-21T01:34:57.582141+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:34:57.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[108204]: audit 2023-12-21T01:34:57.582502+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:57.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[108204]: audit 2023-12-21T01:34:57.583414+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:34:57.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:57 smithi038 bash[108204]: audit 2023-12-21T01:34:57.583696+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:57.994 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[122802]: debug 2023-12-21T01:34:57.567+0000 7f80f5003680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-21T01:34:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[108237]: cluster 2023-12-21T01:34:57.581968+0000 mon.a (mon.0) 889 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:34:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[108237]: cluster 2023-12-21T01:34:57.582121+0000 mon.a (mon.0) 890 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:34:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[108237]: audit 2023-12-21T01:34:57.582141+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:34:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[108237]: audit 2023-12-21T01:34:57.582502+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:34:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[108237]: audit 2023-12-21T01:34:57.583414+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:34:57.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:57 smithi153 bash[108237]: audit 2023-12-21T01:34:57.583696+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.153:0/2709915490' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:34:58.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:58 smithi038 bash[111605]: audit 2023-12-21T01:34:57.649319+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:34:58.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:58 smithi038 bash[111605]: cluster 2023-12-21T01:34:57.649778+0000 mon.a (mon.0) 891 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2023-12-21T01:34:58.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:58 smithi038 bash[111605]: audit 2023-12-21T01:34:57.649837+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:34:58.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:58 smithi038 bash[108204]: audit 2023-12-21T01:34:57.649319+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:34:58.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:58 smithi038 bash[108204]: cluster 2023-12-21T01:34:57.649778+0000 mon.a (mon.0) 891 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2023-12-21T01:34:58.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:58 smithi038 bash[108204]: audit 2023-12-21T01:34:57.649837+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:34:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:58 smithi153 bash[108237]: audit 2023-12-21T01:34:57.649319+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:34:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:58 smithi153 bash[108237]: cluster 2023-12-21T01:34:57.649778+0000 mon.a (mon.0) 891 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2023-12-21T01:34:58.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:58 smithi153 bash[108237]: audit 2023-12-21T01:34:57.649837+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:35:00.022 INFO:teuthology.orchestra.run.smithi038.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-21T01:35:00.022 INFO:teuthology.orchestra.run.smithi038.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-21T01:35:00.234 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.909064+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:00.234 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.909240+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:00.234 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.909462+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:00.234 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.911030+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.911349+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.911597+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.911838+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.912074+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.912317+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.912630+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.912972+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.913274+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.913471+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.913930+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.914900+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.915965+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.916317+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:35:00.235 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.916669+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.917015+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.917360+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.917702+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.918037+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.918361+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.918688+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.919038+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.919370+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.919696+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.920060+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:35:00.236 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.920414+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:35:00.237 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.920738+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:35:00.237 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.921075+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:35:00.237 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.921382+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:35:00.237 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.921724+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:00.237 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.922066+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:00.237 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.922396+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:35:00.237 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.922712+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:35:00.238 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.923047+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:35:00.238 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: audit 2023-12-21T01:34:59.923370+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:35:00.238 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:34:59 smithi153 bash[108237]: cluster 2023-12-21T01:34:59.949682+0000 mon.a (mon.0) 930 : cluster [INF] Manager daemon y is now available 2023-12-21T01:35:00.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.909064+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:00.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.909240+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:00.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.909462+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:00.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.911030+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:35:00.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.911349+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:35:00.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.911597+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:35:00.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.911838+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:35:00.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.912074+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:35:00.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.912317+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:35:00.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.912630+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:35:00.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.912972+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.913274+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.913471+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.913930+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.914900+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.915965+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.916317+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.916669+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:35:00.342 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.917015+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.917360+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.917702+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.918037+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.918361+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.918688+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.919038+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.919370+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.919696+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:35:00.343 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.920060+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:35:00.344 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.920414+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:35:00.344 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.920738+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:35:00.344 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.921075+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:35:00.344 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.921382+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:35:00.344 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.921724+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:00.344 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.922066+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:00.344 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.922396+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:35:00.345 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.922712+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:35:00.345 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.923047+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:35:00.345 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: audit 2023-12-21T01:34:59.923370+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:35:00.345 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[108204]: cluster 2023-12-21T01:34:59.949682+0000 mon.a (mon.0) 930 : cluster [INF] Manager daemon y is now available 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.909064+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.909240+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.909462+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.911030+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.911349+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.911597+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.911838+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:35:00.346 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.912074+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.912317+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.912630+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.912972+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.913274+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.913471+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.913930+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.914900+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.915965+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-21T01:35:00.347 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.916317+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.916669+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.917015+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.917360+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.917702+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.918037+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.918361+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.918688+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:35:00.348 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.919038+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.919370+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.919696+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.920060+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.920414+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.920738+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.921075+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.921382+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:35:00.349 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.921724+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:00.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.922066+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:00.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.922396+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:35:00.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.922712+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:35:00.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.923047+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:35:00.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: audit 2023-12-21T01:34:59.923370+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:35:00.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:34:59 smithi038 bash[111605]: cluster 2023-12-21T01:34:59.949682+0000 mon.a (mon.0) 930 : cluster [INF] Manager daemon y is now available 2023-12-21T01:35:00.351 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:00 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:00.016+0000 7f09d0e31700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-21T01:35:00.351 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:00 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-21T01:35:00.351 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:00 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: [79B blob data] 2023-12-21T01:35:00.351 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:00 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: [80B blob data] 2023-12-21T01:35:00.355 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch ps' 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: cephadm 2023-12-21T01:34:59.963204+0000 mgr.y (mgr.24766) 1 : cephadm [INF] inventory: adjusted host smithi153 addr 'smithi153' -> '172.21.15.153' 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:34:59.963647+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:34:59.979546+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: cluster 2023-12-21T01:35:00.015541+0000 mon.a (mon.0) 933 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:35:00.017846+0000 mgr.y (mgr.24766) 2 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: cluster 2023-12-21T01:35:00.021581+0000 mgr.y (mgr.24766) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:35:00.089774+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:35:00.091713+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:35:00.141776+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:35:01.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:35:00.146605+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-21T01:35:01.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:35:00.311609+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:01.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:00 smithi153 bash[108237]: audit 2023-12-21T01:35:00.330719+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:01.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: cephadm 2023-12-21T01:34:59.963204+0000 mgr.y (mgr.24766) 1 : cephadm [INF] inventory: adjusted host smithi153 addr 'smithi153' -> '172.21.15.153' 2023-12-21T01:35:01.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:34:59.963647+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:35:01.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:34:59.979546+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:35:01.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: cluster 2023-12-21T01:35:00.015541+0000 mon.a (mon.0) 933 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-21T01:35:01.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:35:00.017846+0000 mgr.y (mgr.24766) 2 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:35:01.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: cluster 2023-12-21T01:35:00.021581+0000 mgr.y (mgr.24766) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:01.340 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:35:00.089774+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:01.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:35:00.091713+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:01.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:35:00.141776+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:35:01.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:35:00.146605+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-21T01:35:01.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:35:00.311609+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:01.341 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[108204]: audit 2023-12-21T01:35:00.330719+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:01.341 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: cephadm 2023-12-21T01:34:59.963204+0000 mgr.y (mgr.24766) 1 : cephadm [INF] inventory: adjusted host smithi153 addr 'smithi153' -> '172.21.15.153' 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:34:59.963647+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:34:59.979546+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi038\": {\"hostname\": \"smithi038\", \"addr\": \"172.21.15.38\", \"labels\": [], \"status\": \"\"}, \"smithi153\": {\"hostname\": \"smithi153\", \"addr\": \"172.21.15.153\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: cluster 2023-12-21T01:35:00.015541+0000 mon.a (mon.0) 933 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:35:00.017846+0000 mgr.y (mgr.24766) 2 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: cluster 2023-12-21T01:35:00.021581+0000 mgr.y (mgr.24766) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:35:00.089774+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:35:00.091713+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:01.342 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:35:00.141776+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:35:01.343 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:35:00.146605+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-21T01:35:01.343 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:35:00.311609+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:01.343 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:00 smithi038 bash[111605]: audit 2023-12-21T01:35:00.330719+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 running (36s) 10s ago 5m 15.9M - 0.26.0 9f27df16978d 987124bb264f 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi153 running (4m) 10s ago 4m 33.4M - 6.6.2 87a51ecf0b1c 7f22b9cb9959 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi153 running (70s) 10s ago 7m 433M - 16.2.14-413-g639f0137 19e6b2dc6c74 de8f7c39bc35 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443 running (14s) 10s ago 8m 41.1M - 16.2.14-413-g639f0137 19e6b2dc6c74 7e59aa3f842a 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (8m) 10s ago 9m 225M 2048M 15.2.0 204a01f9b0b6 c77c2a8845be 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi153 running (7m) 10s ago 7m 208M 2048M 15.2.0 204a01f9b0b6 eae9de5d50fa 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (7m) 10s ago 7m 204M 2048M 15.2.0 204a01f9b0b6 79887b2d35b7 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 running (5m) 10s ago 5m 10.8M - 1.7.0 72c9c2088986 3afb8063bfa9 2023-12-21T01:35:01.854 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi153 running (5m) 10s ago 5m 11.1M - 1.7.0 72c9c2088986 feaa3c8d76a9 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (7m) 10s ago 7m 72.9M 4096M 15.2.0 204a01f9b0b6 d6e44e549191 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (6m) 10s ago 7m 77.3M 4096M 15.2.0 204a01f9b0b6 168cf3a769b8 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (6m) 10s ago 6m 60.6M 4096M 15.2.0 204a01f9b0b6 13e553e7a1d1 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (6m) 10s ago 6m 75.9M 4096M 15.2.0 204a01f9b0b6 0213eb1bbbc3 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi153 running (6m) 10s ago 6m 76.7M 4096M 15.2.0 204a01f9b0b6 8bd775d10c61 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi153 running (5m) 10s ago 6m 69.9M 4096M 15.2.0 204a01f9b0b6 e679af9a6cad 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi153 running (5m) 10s ago 5m 64.7M 4096M 15.2.0 204a01f9b0b6 14068738f55f 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi153 running (5m) 10s ago 5m 73.8M 4096M 15.2.0 204a01f9b0b6 d0def183d05f 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi153 running (28s) 10s ago 5m 34.8M - 2.48.1 ea7f826b1553 5eb3bd8b5b64 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi038.anqzsc smithi038 running (4m) 10s ago 4m 53.7M - 15.2.0 204a01f9b0b6 504282ade63e 2023-12-21T01:35:01.855 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi153.zwhrdh smithi153 running (4m) 10s ago 4m 53.7M - 15.2.0 204a01f9b0b6 67eb094cbd8c 2023-12-21T01:35:02.284 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.843143+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.284 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.843475+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.284 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.843731+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.284 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.844036+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.284 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.844304+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.844557+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.846122+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.846381+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.846648+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.846924+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[111605]: audit 2023-12-21T01:35:01.847187+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.843143+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.843475+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.843731+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.844036+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.844304+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.844557+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.846122+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.846381+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.846648+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.846924+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:02 smithi038 bash[108204]: audit 2023-12-21T01:35:01.847187+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.287 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions' 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.843143+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.843475+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.843731+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.844036+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.844304+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.844557+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.846122+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-21T01:35:02.428 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.846381+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.429 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.846648+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.429 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.846924+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:02.429 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:02 smithi153 bash[108237]: audit 2023-12-21T01:35:01.847187+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:03.210 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:03 smithi153 bash[108237]: audit 2023-12-21T01:35:01.840933+0000 mgr.y (mgr.24766) 4 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:35:03.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:03 smithi153 bash[108237]: cluster 2023-12-21T01:35:01.912599+0000 mgr.y (mgr.24766) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:03.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:03 smithi153 bash[108237]: cluster 2023-12-21T01:35:02.028012+0000 mon.a (mon.0) 951 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-21T01:35:03.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:03 smithi038 bash[111605]: audit 2023-12-21T01:35:01.840933+0000 mgr.y (mgr.24766) 4 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:35:03.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:03 smithi038 bash[111605]: cluster 2023-12-21T01:35:01.912599+0000 mgr.y (mgr.24766) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:03.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:03 smithi038 bash[111605]: cluster 2023-12-21T01:35:02.028012+0000 mon.a (mon.0) 951 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-21T01:35:03.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:03 smithi038 bash[108204]: audit 2023-12-21T01:35:01.840933+0000 mgr.y (mgr.24766) 4 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:35:03.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:03 smithi038 bash[108204]: cluster 2023-12-21T01:35:01.912599+0000 mgr.y (mgr.24766) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:03.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:03 smithi038 bash[108204]: cluster 2023-12-21T01:35:02.028012+0000 mon.a (mon.0) 951 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-21T01:35:03.700 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:35:03.700 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2023-12-21T01:35:03.700 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-21T01:35:03.700 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:35:03.700 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2023-12-21T01:35:03.700 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 2 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 2 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:35:03.701 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:35:04.193 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-21T01:35:04.314 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:04 smithi153 bash[108237]: audit 2023-12-21T01:35:03.699036+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.38:0/1575039186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:04.329 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:04 smithi038 bash[111605]: audit 2023-12-21T01:35:03.699036+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.38:0/1575039186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:04.329 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:04 smithi038 bash[108204]: audit 2023-12-21T01:35:03.699036+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.38:0/1575039186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:05.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: cluster 2023-12-21T01:35:03.913027+0000 mgr.y (mgr.24766) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:05.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: cluster 2023-12-21T01:35:03.913027+0000 mgr.y (mgr.24766) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:05.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:04.720406+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.07%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718303Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:04.718972Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:05.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:04.732534+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.07%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718303Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:04.718972Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.015110+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.015456+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.015731+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.016001+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.016280+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.016604+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.016885+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.017187+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[111605]: audit 2023-12-21T01:35:05.017469+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:04.720406+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.07%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718303Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:04.718972Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:04.732534+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.07%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718303Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:04.718972Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.015110+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.015456+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.015731+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.016001+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.016280+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.016604+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.016885+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.017187+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:05 smithi038 bash[108204]: audit 2023-12-21T01:35:05.017469+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: cluster 2023-12-21T01:35:03.913027+0000 mgr.y (mgr.24766) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:05.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:04.720406+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.07%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718303Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:04.718972Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:05.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:04.732534+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"de8f7c39bc35\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.07%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718303Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:33:51.810226Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:33:40.237855Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:04.718972Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.015110+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.015456+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.015731+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.016001+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.016280+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.016604+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.016885+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.017187+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:05.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:05 smithi153 bash[108237]: audit 2023-12-21T01:35:05.017469+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:05.552 INFO:teuthology.orchestra.run.smithi038.stdout:wait for servicemap items w/ changing names to refresh 2023-12-21T01:35:05.885 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'sleep 60' 2023-12-21T01:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:05.476633+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474584Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:05.475452Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:05.476633+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474584Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:05.475452Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:06.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:05.483671+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474584Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:05.475452Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:06.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:05.999810+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.000163+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.000443+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.000709+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.000974+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.001218+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.001463+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.001702+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.001969+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.003190+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:35:06.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.009993+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.015362+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[108204]: audit 2023-12-21T01:35:06.016313+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:05.483671+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474584Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:05.475452Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:05.999810+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.000163+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.000443+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.000709+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.000974+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.001218+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.001463+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.001702+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.001969+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.003190+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:35:06.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.009993+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:35:06.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.015362+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:06.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:06 smithi038 bash[111605]: audit 2023-12-21T01:35:06.016313+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:35:06.345 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:05.476633+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474584Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:05.475452Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:05.483671+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"container_id\": \"c77c2a8845be\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474584Z\", \"created\": \"2023-12-21T01:25:59.232129Z\", \"started\": \"2023-12-21T01:26:02.408722Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:17.755832Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:05.475452Z\", \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:05.999810+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.000163+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.000443+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.000709+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.000974+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.001218+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.001463+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.001702+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.001969+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.003190+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.009993+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:35:06.346 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.015362+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:06.347 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:06 smithi153 bash[108237]: audit 2023-12-21T01:35:06.016313+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:35:07.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:07 smithi153 bash[108237]: cluster 2023-12-21T01:35:05.913751+0000 mgr.y (mgr.24766) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:07.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:07 smithi153 bash[108237]: audit 2023-12-21T01:35:06.950219+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:35:07.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:07 smithi153 bash[108237]: audit 2023-12-21T01:35:06.950903+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:35:07.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:07 smithi153 bash[108237]: audit 2023-12-21T01:35:06.951544+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:07.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:07 smithi153 bash[108237]: audit 2023-12-21T01:35:06.952439+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-21T01:35:07.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[111605]: cluster 2023-12-21T01:35:05.913751+0000 mgr.y (mgr.24766) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[111605]: audit 2023-12-21T01:35:06.950219+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[111605]: audit 2023-12-21T01:35:06.950903+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[111605]: audit 2023-12-21T01:35:06.951544+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[111605]: audit 2023-12-21T01:35:06.952439+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[108204]: cluster 2023-12-21T01:35:05.913751+0000 mgr.y (mgr.24766) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[108204]: audit 2023-12-21T01:35:06.950219+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[108204]: audit 2023-12-21T01:35:06.950903+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[108204]: audit 2023-12-21T01:35:06.951544+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:07.968 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:07 smithi038 bash[108204]: audit 2023-12-21T01:35:06.952439+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-21T01:35:08.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:07 smithi153 systemd[1]: Stopping Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:35:08.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:08 smithi038 bash[108204]: cephadm 2023-12-21T01:35:06.949820+0000 mgr.y (mgr.24766) 8 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-21T01:35:08.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:08 smithi038 bash[108204]: cephadm 2023-12-21T01:35:06.952063+0000 mgr.y (mgr.24766) 9 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:35:08.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:08 smithi038 bash[111605]: cephadm 2023-12-21T01:35:06.949820+0000 mgr.y (mgr.24766) 8 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-21T01:35:08.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:08 smithi038 bash[111605]: cephadm 2023-12-21T01:35:06.952063+0000 mgr.y (mgr.24766) 9 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:35:08.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:08 smithi153 bash[108237]: cephadm 2023-12-21T01:35:06.949820+0000 mgr.y (mgr.24766) 8 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-21T01:35:08.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:08 smithi153 bash[108237]: cephadm 2023-12-21T01:35:06.952063+0000 mgr.y (mgr.24766) 9 : cephadm [INF] Deploying daemon mgr.x on smithi153 2023-12-21T01:35:09.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:09 smithi038 bash[108204]: cluster 2023-12-21T01:35:07.914235+0000 mgr.y (mgr.24766) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:09.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:09 smithi038 bash[111605]: cluster 2023-12-21T01:35:07.914235+0000 mgr.y (mgr.24766) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:09.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:09 smithi153 bash[108237]: cluster 2023-12-21T01:35:07.914235+0000 mgr.y (mgr.24766) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:11.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:11 smithi038 bash[108204]: cluster 2023-12-21T01:35:09.914769+0000 mgr.y (mgr.24766) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:11.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:11 smithi038 bash[111605]: cluster 2023-12-21T01:35:09.914769+0000 mgr.y (mgr.24766) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:11.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:11 smithi153 bash[108237]: cluster 2023-12-21T01:35:09.914769+0000 mgr.y (mgr.24766) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:13.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:13 smithi038 bash[111605]: cluster 2023-12-21T01:35:11.915609+0000 mgr.y (mgr.24766) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:13.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:13 smithi038 bash[108204]: cluster 2023-12-21T01:35:11.915609+0000 mgr.y (mgr.24766) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:13.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:13 smithi153 bash[108237]: cluster 2023-12-21T01:35:11.915609+0000 mgr.y (mgr.24766) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:15.966 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:15 smithi038 bash[111605]: cluster 2023-12-21T01:35:13.916102+0000 mgr.y (mgr.24766) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:15.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:15 smithi038 bash[108204]: cluster 2023-12-21T01:35:13.916102+0000 mgr.y (mgr.24766) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:15.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:15 smithi153 bash[108237]: cluster 2023-12-21T01:35:13.916102+0000 mgr.y (mgr.24766) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:17.944 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:17 smithi153 bash[108237]: cluster 2023-12-21T01:35:15.916877+0000 mgr.y (mgr.24766) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:17.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:17 smithi038 bash[111605]: cluster 2023-12-21T01:35:15.916877+0000 mgr.y (mgr.24766) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:17.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:17 smithi038 bash[108204]: cluster 2023-12-21T01:35:15.916877+0000 mgr.y (mgr.24766) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:18.227 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:17 smithi153 bash[126562]: time="2023-12-21T01:35:17Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-21T01:35:18.227 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:18 smithi153 bash[126562]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x 2023-12-21T01:35:18.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:18 smithi153 bash[126630]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-21T01:35:18.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:18 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-21T01:35:18.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:18 smithi153 bash[108237]: cluster 2023-12-21T01:35:17.917230+0000 mgr.y (mgr.24766) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:18.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:18 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-21T01:35:18.996 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:18 smithi153 systemd[1]: Stopped Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:35:18.996 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:18 smithi153 systemd[1]: Starting Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:35:19.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:18 smithi038 bash[111605]: cluster 2023-12-21T01:35:17.917230+0000 mgr.y (mgr.24766) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:19.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:18 smithi038 bash[108204]: cluster 2023-12-21T01:35:17.917230+0000 mgr.y (mgr.24766) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:19.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:19 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:19.225+0000 7fdce302d700 1 -- 172.21.15.153:0/417702225 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55dd76a5c4e0 con 0x55dd76a31000 2023-12-21T01:35:19.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:19 smithi153 bash[126768]: 0aa4d6bad5a58b6c9b7a553e9d25969c626f5baaa6b8d1c60cb12ff2e979a698 2023-12-21T01:35:19.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:19 smithi153 systemd[1]: Started Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:35:19.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:19 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:19.362+0000 7fdcf3614680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-21T01:35:19.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:19 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:19.447+0000 7fdcf3614680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[108204]: audit 2023-12-21T01:35:19.297900+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[108204]: audit 2023-12-21T01:35:19.301854+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[108204]: audit 2023-12-21T01:35:19.302869+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[108204]: audit 2023-12-21T01:35:19.304796+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[111605]: audit 2023-12-21T01:35:19.297900+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[111605]: audit 2023-12-21T01:35:19.301854+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[111605]: audit 2023-12-21T01:35:19.302869+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:20.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:19 smithi038 bash[111605]: audit 2023-12-21T01:35:19.304796+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:20.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:19 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:19.877+0000 7fdcf3614680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-21T01:35:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:19 smithi153 bash[108237]: audit 2023-12-21T01:35:19.297900+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:19 smithi153 bash[108237]: audit 2023-12-21T01:35:19.301854+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223346688, \"cpu_percentage\": \"1.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718157Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83036733, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718378Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75130470, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718444Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69614960, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718508Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79345745, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718570Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 36930846, \"cpu_percentage\": \"1.05%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718631Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11177820, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718694Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:04.718755Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:04.718845Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:19 smithi153 bash[108237]: audit 2023-12-21T01:35:19.302869+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:20.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:19 smithi153 bash[108237]: audit 2023-12-21T01:35:19.304796+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:20.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:20 smithi153 bash[108237]: cluster 2023-12-21T01:35:19.917731+0000 mgr.y (mgr.24766) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:20.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:20 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:20.706+0000 7fdcf3614680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-21T01:35:20.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:20 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:20.795+0000 7fdcf3614680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-21T01:35:21.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:20 smithi038 bash[111605]: cluster 2023-12-21T01:35:19.917731+0000 mgr.y (mgr.24766) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:21.217 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:20 smithi038 bash[108204]: cluster 2023-12-21T01:35:19.917731+0000 mgr.y (mgr.24766) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:21.450 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:21 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:21.044+0000 7fdcf3614680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-21T01:35:22.152 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:22 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:22.128+0000 7fdcf3614680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-21T01:35:22.478 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:22 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:22.285+0000 7fdcf3614680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:22.478 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:22 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:22.374+0000 7fdcf3614680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:22.746 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:22 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:22.475+0000 7fdcf3614680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-21T01:35:22.746 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:22 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:22.690+0000 7fdcf3614680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-21T01:35:23.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:23 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:23.002+0000 7fdcf3614680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-21T01:35:23.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:23 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:23.102+0000 7fdcf3614680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:23.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: cluster 2023-12-21T01:35:21.918551+0000 mgr.y (mgr.24766) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.769024+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231840153, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766528Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"0aa4d6bad5a5\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42173726, \"cpu_percentage\": \"109.54%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:22.766716Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:35:18.985994Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84221624, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766828Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76168560, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766923Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 70485278, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767005Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80278978, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767084Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"0.82%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767198Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767283Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767364Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57388564, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767445Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:22.767593Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.772951+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231840153, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766528Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"0aa4d6bad5a5\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42173726, \"cpu_percentage\": \"109.54%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:22.766716Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:35:18.985994Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84221624, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766828Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76168560, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766923Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 70485278, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767005Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80278978, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767084Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"0.82%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767198Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767283Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767364Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57388564, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767445Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:22.767593Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.775285+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.778375+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.784519+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.785609+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.787105+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.788073+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.792203+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]': finished 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.793062+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.797370+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.798165+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-21T01:35:23.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.802438+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-21T01:35:23.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.803767+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:23.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:22 smithi153 bash[108237]: audit 2023-12-21T01:35:22.804527+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-21T01:35:23.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: cluster 2023-12-21T01:35:21.918551+0000 mgr.y (mgr.24766) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:23.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: cluster 2023-12-21T01:35:21.918551+0000 mgr.y (mgr.24766) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.769024+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231840153, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766528Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"0aa4d6bad5a5\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42173726, \"cpu_percentage\": \"109.54%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:22.766716Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:35:18.985994Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84221624, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766828Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76168560, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766923Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 70485278, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767005Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80278978, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767084Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"0.82%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767198Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767283Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767364Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57388564, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767445Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:22.767593Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.772951+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231840153, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766528Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"0aa4d6bad5a5\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42173726, \"cpu_percentage\": \"109.54%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:22.766716Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:35:18.985994Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84221624, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766828Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76168560, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766923Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 70485278, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767005Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80278978, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767084Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"0.82%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767198Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767283Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767364Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57388564, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767445Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:22.767593Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:23.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.775285+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.778375+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.784519+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.785609+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.787105+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.788073+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.792203+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]': finished 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.793062+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.797370+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.798165+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.802438+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.803767+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[111605]: audit 2023-12-21T01:35:22.804527+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.769024+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231840153, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766528Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"0aa4d6bad5a5\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42173726, \"cpu_percentage\": \"109.54%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:22.766716Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:35:18.985994Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84221624, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766828Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76168560, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766923Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 70485278, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767005Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80278978, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767084Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"0.82%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767198Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767283Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767364Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57388564, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767445Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:22.767593Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.772951+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi153","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi153\", \"container_id\": \"eae9de5d50fa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231840153, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766528Z\", \"created\": \"2023-12-21T01:27:19.239817Z\", \"started\": \"2023-12-21T01:27:19.272275Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi153\", \"container_id\": \"0aa4d6bad5a5\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"memory_usage\": 42173726, \"cpu_percentage\": \"109.54%\", \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:22.766716Z\", \"created\": \"2023-12-21T01:27:34.454553Z\", \"started\": \"2023-12-21T01:35:18.985994Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi153\", \"container_id\": \"8bd775d10c61\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84221624, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766828Z\", \"created\": \"2023-12-21T01:28:39.994407Z\", \"started\": \"2023-12-21T01:28:53.389955Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi153\", \"container_id\": \"e679af9a6cad\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76168560, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.766923Z\", \"created\": \"2023-12-21T01:28:53.593169Z\", \"started\": \"2023-12-21T01:29:07.034984Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi153\", \"container_id\": \"14068738f55f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 70485278, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767005Z\", \"created\": \"2023-12-21T01:29:07.375927Z\", \"started\": \"2023-12-21T01:29:20.831086Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi153\", \"container_id\": \"d0def183d05f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80278978, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767084Z\", \"created\": \"2023-12-21T01:29:21.316682Z\", \"started\": \"2023-12-21T01:29:22.473988Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi153\", \"container_id\": \"5eb3bd8b5b64\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"0.82%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767198Z\", \"created\": \"2023-12-21T01:29:42.715305Z\", \"started\": \"2023-12-21T01:34:33.207251Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi153\", \"container_id\": \"feaa3c8d76a9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767283Z\", \"created\": \"2023-12-21T01:29:45.044264Z\", \"started\": \"2023-12-21T01:29:52.617978Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi153\", \"container_id\": \"7f22b9cb9959\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767364Z\", \"created\": \"2023-12-21T01:30:14.724740Z\", \"started\": \"2023-12-21T01:30:14.837152Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi153.zwhrdh\", \"daemon_name\": \"rgw.r.z.smithi153.zwhrdh\", \"hostname\": \"smithi153\", \"container_id\": \"67eb094cbd8c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57388564, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:22.767445Z\", \"created\": \"2023-12-21T01:30:42.634245Z\", \"started\": \"2023-12-21T01:30:42.668343Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733837Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6789bf1b-f41e-460b-a5dc-953cffe260f5\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"rArhh8-kwBR-X9WS-XAlI-nCgk-lp1n-KGIYQp\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"98ccd9e2-40e9-4c58-a90b-cfab6a377f7d\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"ruhMB8-HXsU-wiAv-rTEl-d2DS-tOce-NXz0MK\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3eb34cfb-4bdf-4954-bf66-f172e6d9818e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"dzJgWZ-f2vi-v51Z-SESS-pl0v-x2F8-fxjSX3\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a6a406d7-3f11-4250-a7ba-53e410ea491e\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"vSHg0a-VCuP-kpvD-FgSr-XODD-i6fh-sxHfwl\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300MV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.733845Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFQY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:25.285080Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:06.951967Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:50.004620Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:03.745242Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:17.751730Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:19.821854Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-21T01:34:26.141778Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:44.589016Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-21T01:29:56.978957Z\"}, \"rgw.r.z.smithi153.zwhrdh\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:39.648206Z\"}}, \"last_daemon_update\": \"2023-12-21T01:35:22.767593Z\", \"last_device_update\": \"2023-12-21T01:29:24.895522Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:27:01.276047Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.775285+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.778375+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.784519+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.785609+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.787105+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.788073+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]: dispatch 2023-12-21T01:35:23.470 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.792203+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mgr"}]': finished 2023-12-21T01:35:23.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.793062+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-21T01:35:23.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.797370+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-21T01:35:23.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.798165+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-21T01:35:23.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.802438+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-21T01:35:23.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.803767+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:23.471 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:22 smithi038 bash[108204]: audit 2023-12-21T01:35:22.804527+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-21T01:35:24.182 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: cephadm 2023-12-21T01:35:22.787827+0000 mgr.y (mgr.24766) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-21T01:35:24.182 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: cephadm 2023-12-21T01:35:22.805045+0000 mgr.y (mgr.24766) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-21T01:35:24.182 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: audit 2023-12-21T01:35:23.854220+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-21T01:35:24.182 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: audit 2023-12-21T01:35:23.858213+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-21T01:35:24.182 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: audit 2023-12-21T01:35:23.858915+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: audit 2023-12-21T01:35:23.859443+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: audit 2023-12-21T01:35:23.859965+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[111605]: audit 2023-12-21T01:35:23.860800+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: cephadm 2023-12-21T01:35:22.787827+0000 mgr.y (mgr.24766) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: cephadm 2023-12-21T01:35:22.805045+0000 mgr.y (mgr.24766) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: audit 2023-12-21T01:35:23.854220+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: audit 2023-12-21T01:35:23.858213+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: audit 2023-12-21T01:35:23.858915+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: audit 2023-12-21T01:35:23.859443+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: audit 2023-12-21T01:35:23.859965+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:24.183 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:23 smithi038 bash[108204]: audit 2023-12-21T01:35:23.860800+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:35:24.197 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:23 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:23.833+0000 7fdcf3614680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-21T01:35:24.197 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:23 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:23.921+0000 7fdcf3614680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-21T01:35:24.197 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:24 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:24.015+0000 7fdcf3614680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-21T01:35:24.197 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: cephadm 2023-12-21T01:35:22.787827+0000 mgr.y (mgr.24766) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-21T01:35:24.197 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: cephadm 2023-12-21T01:35:22.805045+0000 mgr.y (mgr.24766) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-21T01:35:24.197 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: audit 2023-12-21T01:35:23.854220+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-21T01:35:24.197 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: audit 2023-12-21T01:35:23.858213+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-21T01:35:24.198 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: audit 2023-12-21T01:35:23.858915+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:24.198 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: audit 2023-12-21T01:35:23.859443+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:24.198 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: audit 2023-12-21T01:35:23.859965+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:24.198 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:23 smithi153 bash[108237]: audit 2023-12-21T01:35:23.860800+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:35:24.728 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:24 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:24.194+0000 7fdcf3614680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-21T01:35:24.729 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:24 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:24.457+0000 7fdcf3614680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-21T01:35:24.729 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:24 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:24.591+0000 7fdcf3614680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-21T01:35:24.729 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:24 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:24.726+0000 7fdcf3614680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:24.994 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:24 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:24.904+0000 7fdcf3614680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-21T01:35:25.185 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:24 smithi038 systemd[1]: Stopping Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:35:25.186 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:24 smithi038 bash[108204]: debug 2023-12-21T01:35:24.911+0000 7f7b9fb2a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:35:25.186 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:24 smithi038 bash[108204]: debug 2023-12-21T01:35:24.912+0000 7f7b9fb2a700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-21T01:35:25.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:25 smithi038 bash[135595]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.a 2023-12-21T01:35:25.799 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:25 smithi038 bash[135648]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-21T01:35:26.204 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:25 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-21T01:35:26.204 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:25 smithi038 systemd[1]: Stopped Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:35:26.204 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:25 smithi038 systemd[1]: Starting Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:35:26.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 bash[135788]: 1951d3713e4336a1bfecb16e41d5f67f9274115a62af1153181072d900f74a85 2023-12-21T01:35:26.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.274+0000 7fbfca4fa880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T01:35:26.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.274+0000 7fbfca4fa880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-21T01:35:26.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.274+0000 7fbfca4fa880 0 pidfile_write: ignore empty --pid-file 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 systemd[1]: Started Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.278+0000 7fbfca4fa880 0 load: jerasure load: lrc load: isa 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: DB SUMMARY 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 506 Bytes 2023-12-21T01:35:26.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000019.sst 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000017.log size: 25005311 ; 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.env: 0x55cb5acd1080 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.fs: Posix File System 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.info_log: 0x55cb5b895a20 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.statistics: (nil) 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.use_fsync: 0 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T01:35:26.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.db_log_dir: 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T01:35:26.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.write_buffer_manager: 0x55cb5c592390 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T01:35:26.721 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.unordered_write: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.row_cache: None 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.wal_filter: None 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T01:35:26.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T01:35:26.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.max_open_files: -1 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Compression algorithms supported: 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kZSTD supported: 0 2023-12-21T01:35:26.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.merge_operator: 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.compaction_filter: None 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T01:35:26.726 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.279+0000 7fbfca4fa880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cb5b845d28) 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cache_index_and_filter_blocks: 1 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: pin_top_level_index_and_filter: 1 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: index_type: 0 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: data_block_index_type: 0 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: index_shortening: 1 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: hash_index_allow_collision: 1 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: checksum: 1 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: no_block_cache: 0 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_cache: 0x55cb5b87af10 2023-12-21T01:35:26.727 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_cache_name: BinnedLRUCache 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_cache_options: 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: capacity : 536870912 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: num_shard_bits : 4 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: strict_capacity_limit : 0 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: high_pri_pool_ratio: 0.000 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_cache_compressed: (nil) 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: persistent_cache: (nil) 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_size: 4096 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_size_deviation: 10 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_restart_interval: 16 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: index_block_restart_interval: 1 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: metadata_block_size: 4096 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: partition_filters: 0 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: use_delta_encoding: 1 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T01:35:26.728 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: whole_key_filtering: 1 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: verify_compression: 0 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: read_amp_bytes_per_bit: 0 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: format_version: 2 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: enable_index_compression: 1 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: block_align: 0 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compression: NoCompression 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.num_levels: 7 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T01:35:26.729 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T01:35:26.730 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T01:35:26.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T01:35:26.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.ttl: 2592000 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.280+0000 7fbfca4fa880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.281+0000 7fbfca4fa880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 21, last_sequence is 6293, log_number is 17,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T01:35:26.733 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.281+0000 7fbfca4fa880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 17 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.281+0000 7fbfca4fa880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122526281994, "job": 1, "event": "recovery_started", "log_files": [17]} 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.281+0000 7fbfca4fa880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #17 mode 2 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.300+0000 7fbfca4fa880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.330+0000 7fbfca4fa880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122526331476, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 21, "file_size": 24746566, "table_properties": {"data_size": 24731910, "index_size": 12360, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1477, "raw_key_size": 11899, "raw_average_key_size": 20, "raw_value_size": 24714550, "raw_average_value_size": 42981, "num_data_blocks": 390, "num_entries": 575, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703122526, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.330+0000 7fbfca4fa880 4 rocksdb: [version_set.cc:3826] Creating manifest 22 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.333+0000 7fbfca4fa880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122526334060, "job": 1, "event": "recovery_finished"} 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.335+0000 7fbfca4fa880 4 rocksdb: DB pointer 0x55cb5b943800 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.336+0000 7fbfb1300700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.336+0000 7fbfb1300700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ** DB Stats ** 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Uptime(secs): 0.1 total, 0.1 interval 2023-12-21T01:35:26.734 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ** Compaction Stats [default] ** 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: L0 1/0 23.60 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 769.6 0.03 0.00 1 0.031 0 0 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: L6 1/0 55.65 MB 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 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Sum 2/0 79.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 769.6 0.03 0.00 1 0.031 0 0 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 769.6 0.03 0.00 1 0.031 0 0 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.735 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ** Compaction Stats [default] ** 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 769.6 0.03 0.00 1 0.031 0 0 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Uptime(secs): 0.1 total, 0.1 interval 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Flush(GB): cumulative 0.023, interval 0.023 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Cumulative compaction: 0.02 GB write, 420.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Interval compaction: 0.02 GB write, 420.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:35:26.736 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ** Compaction Stats [default] ** 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: L0 1/0 23.60 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 769.6 0.03 0.00 1 0.031 0 0 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: L6 1/0 55.65 MB 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 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Sum 2/0 79.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 769.6 0.03 0.00 1 0.031 0 0 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ** Compaction Stats [default] ** 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 769.6 0.03 0.00 1 0.031 0 0 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Uptime(secs): 0.1 total, 0.0 interval 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Flush(GB): cumulative 0.023, interval 0.000 2023-12-21T01:35:26.737 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Cumulative compaction: 0.02 GB write, 420.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.336+0000 7fbfca4fa880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] at bind addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.337+0000 7fbfca4fa880 1 mon.a@-1(???) e3 preinit fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.337+0000 7fbfca4fa880 0 mon.a@-1(???).mds e1 new map 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.337+0000 7fbfca4fa880 0 mon.a@-1(???).mds e1 print_map 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: e1 2023-12-21T01:35:26.738 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-21T01:35:26.739 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 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} 2023-12-21T01:35:26.739 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: legacy client fscid: -1 2023-12-21T01:35:26.739 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.739 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: No filesystems configured 2023-12-21T01:35:26.739 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: 2023-12-21T01:35:26.739 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.337+0000 7fbfca4fa880 0 mon.a@-1(???).osd e77 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-21T01:35:26.739 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.337+0000 7fbfca4fa880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.337+0000 7fbfca4fa880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.337+0000 7fbfca4fa880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:35:22.787827+0000 mgr.y (mgr.24766) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:35:22.805045+0000 mgr.y (mgr.24766) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:23.854220+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]: dispatch 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:23.858213+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3", "who": "mon.a"}]': finished 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:23.858915+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:23.859443+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:23.859965+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:23.860800+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:35:26.740 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:26 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:35:26.338+0000 7fbfca4fa880 1 mon.a@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2023-12-21T01:35:34.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: ignoring --setuser ceph since I am not root 2023-12-21T01:35:34.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: ignoring --setgroup ceph since I am not root 2023-12-21T01:35:34.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:34.444+0000 7f56ba153700 1 -- 172.21.15.38:0/4065667188 <== mon.0 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55aaabb904e0 con 0x55aaabb66c00 2023-12-21T01:35:34.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:34.572+0000 7f56ca31c680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-21T01:35:34.718 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:34.658+0000 7f56ca31c680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-21T01:35:34.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:24.918948+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:34.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:24.919252+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:34.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:24.919446+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:34.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:25.007514+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:34.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:25.007911+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:25.008883+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:25.009112+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:25.919512+0000 mgr.y (mgr.24766) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:26.324313+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: \", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:23.860382Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:27.920063+0000 mgr.y (mgr.24766) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:29.351198+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:29.920509+0000 mgr.y (mgr.24766) 25 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:31.921356+0000 mgr.y (mgr.24766) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.365293+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-21T01:35:34.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.373234+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.385484+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.385548+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.386588+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 40s), standbys: x 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.387122+0000 mon.a (mon.0) 7 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.394851+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.394897+0000 mon.a (mon.0) 9 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.395105+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e25: y(active, since 40s), standbys: x 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.395722+0000 mon.a (mon.0) 11 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.395741+0000 mon.a (mon.0) 12 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.395750+0000 mon.a (mon.0) 13 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] is down (out of quorum) 2023-12-21T01:35:34.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:34 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:34.403333+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.24766 ' entity='' 2023-12-21T01:35:34.744 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:24 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:24.992+0000 7fdcf3614680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-21T01:35:34.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:34 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: ignoring --setuser ceph since I am not root 2023-12-21T01:35:34.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:34 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: ignoring --setgroup ceph since I am not root 2023-12-21T01:35:34.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:34 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:34.437+0000 7ff616453700 1 -- 172.21.15.153:0/4027175656 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b3e55304e0 con 0x55b3e5507400 2023-12-21T01:35:34.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:34 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:34.563+0000 7ff62661c680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-21T01:35:34.745 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:34 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:34.645+0000 7ff62661c680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-21T01:35:34.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:24.918948+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:24.919252+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:24.919446+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:25.007514+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:25.007911+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:25.008883+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:25.009112+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:25.919512+0000 mgr.y (mgr.24766) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:26.324313+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:23.860382Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:27.920063+0000 mgr.y (mgr.24766) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:29.351198+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:29.920509+0000 mgr.y (mgr.24766) 25 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:31.921356+0000 mgr.y (mgr.24766) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:34.746 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.365293+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.373234+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.385484+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.385548+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.386588+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 40s), standbys: x 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.387122+0000 mon.a (mon.0) 7 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.394851+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.394897+0000 mon.a (mon.0) 9 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.395105+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e25: y(active, since 40s), standbys: x 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.395722+0000 mon.a (mon.0) 11 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.395741+0000 mon.a (mon.0) 12 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.395750+0000 mon.a (mon.0) 13 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] is down (out of quorum) 2023-12-21T01:35:34.747 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:34 smithi153 bash[108237]: audit 2023-12-21T01:35:34.403333+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.24766 ' entity='' 2023-12-21T01:35:35.466 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:35 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:35.044+0000 7f56ca31c680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-21T01:35:35.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:35 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:35.013+0000 7ff62661c680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-21T01:35:36.068 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:35 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:35.765+0000 7ff62661c680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-21T01:35:36.068 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:35 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:35.851+0000 7ff62661c680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-21T01:35:36.068 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:36 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:36.066+0000 7ff62661c680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-21T01:35:36.150 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:35 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:35.840+0000 7f56ca31c680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-21T01:35:36.150 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:35 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:35.924+0000 7f56ca31c680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-21T01:35:36.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:36 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:36.148+0000 7f56ca31c680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-21T01:35:37.317 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:37 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:37.015+0000 7ff62661c680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-21T01:35:37.318 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:37 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:37.145+0000 7ff62661c680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:37.318 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:37 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:37.224+0000 7ff62661c680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:37.318 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:37 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:37.316+0000 7ff62661c680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-21T01:35:37.460 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:37 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:37.143+0000 7f56ca31c680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-21T01:35:37.461 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:37 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:37.280+0000 7f56ca31c680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:37.461 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:37 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:37.363+0000 7f56ca31c680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:37.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:37 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:37.458+0000 7f56ca31c680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-21T01:35:37.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:37 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:37.664+0000 7f56ca31c680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-21T01:35:37.744 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:37 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:37.514+0000 7ff62661c680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-21T01:35:38.216 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:37 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:37.961+0000 7f56ca31c680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-21T01:35:38.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:38 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:38.066+0000 7f56ca31c680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:38.244 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:37 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:37.796+0000 7ff62661c680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-21T01:35:38.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:37 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:37.896+0000 7ff62661c680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:38.985 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:38 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:38.628+0000 7ff62661c680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-21T01:35:38.986 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:38 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:38.712+0000 7ff62661c680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-21T01:35:38.986 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:38 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:38.805+0000 7ff62661c680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-21T01:35:38.986 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:38 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:38.983+0000 7ff62661c680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-21T01:35:39.118 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:38 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:38.836+0000 7f56ca31c680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-21T01:35:39.118 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:38 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:38.923+0000 7f56ca31c680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-21T01:35:39.118 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:39.024+0000 7f56ca31c680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.863230+0000 mon.c (mon.1) 33 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.863721+0000 mon.b (mon.2) 167 : cluster [INF] mon.b calling monitor election 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.864366+0000 mon.a (mon.0) 15 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:34.875507+0000 mon.c (mon.1) 34 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.970640+0000 mon.a (mon.0) 16 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.973652+0000 mon.a (mon.0) 17 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.986314+0000 mon.a (mon.0) 18 : cluster [DBG] fsmap 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.986353+0000 mon.a (mon.0) 19 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:35:39.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.986709+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e25: y(active, since 45s), standbys: x 2023-12-21T01:35:39.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.986886+0000 mon.a (mon.0) 21 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-12-21T01:35:39.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.986904+0000 mon.a (mon.0) 22 : cluster [INF] Cluster is now healthy 2023-12-21T01:35:39.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.987173+0000 mon.a (mon.0) 23 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:39.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.987213+0000 mon.a (mon.0) 24 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:39.120 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:38.994540+0000 mon.a (mon.0) 25 : cluster [INF] overall HEALTH_OK 2023-12-21T01:35:39.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:24.918948+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:39.120 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:24.919252+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:24.919446+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:25.007514+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:25.007911+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:25.008883+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:25.009112+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.153:0/3177928068' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:25.919512+0000 mgr.y (mgr.24766) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:26.324313+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.24766 172.21.15.38:0/906445849' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi038","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi038\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi038\", \"container_id\": \"7e59aa3f842a\", \"container_image_id\": \"19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3\"], \"version\": \"16.2.14-413-g639f0137\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-21T01:35:05.474735Z\", \"created\": \"2023-12-21T01:26:03.598045Z\", \"started\": \"2023-12-21T01:34:47.474865Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi038\", \"container_id\": \"79887b2d35b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474830Z\", \"created\": \"2023-12-21T01:27:09.524786Z\", \"started\": \"2023-12-21T01:27:09.555531Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi038\", \"container_id\": \"d6e44e549191\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474909Z\", \"created\": \"2023-12-21T01:27:45.928091Z\", \"started\": \"2023-12-21T01:27:59.526466Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi038\", \"container_id\": \"168cf3a769b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.474982Z\", \"created\": \"2023-12-21T01:27:59.829825Z\", \"started\": \"2023-12-21T01:28:14.440074Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi038\", \"container_id\": \"13e553e7a1d1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475053Z\", \"created\": \"2023-12-21T01:28:14.755541Z\", \"started\": \"2023-12-21T01:28:29.582902Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi038\", \"container_id\": \"0213eb1bbbc3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475125Z\", \"created\": \"2023-12-21T01:28:29.665256Z\", \"started\": \"2023-12-21T01:28:30.751404Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi038\", \"container_id\": \"3afb8063bfa9\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475195Z\", \"created\": \"2023-12-21T01:29:44.548829Z\", \"started\": \"2023-12-21T01:29:53.739652Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi038\", \"container_id\": \"987124bb264f\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-21T01:35:05.475265Z\", \"created\": \"2023-12-21T01:29:56.942593Z\", \"started\": \"2023-12-21T01:34:25.361153Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi038.anqzsc\", \"daemon_name\": \"rgw.r.z.smithi038.anqzsc\", \"hostname\": \"smithi038\", \"container_id\": \"504282ade63e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-21T01:35:05.475334Z\", \"created\": \"2023-12-21T01:30:43.803698Z\", \"started\": \"2023-12-21T01:30:43.836732Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDKE040T7\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 4000787030016.0, \"human_readable_size\": \"3.64 TB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732732Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"66f1441e-a235-45ab-9d17-e911942d0640\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"mqRaZ8-Qaeq-5zCx-nqgs-Ibnj-Zw0J-l9QykR\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b23d142b-d69d-428b-ab05-7ffe6309526f\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"MeVejI-83No-VZoG-8ij5-nMi3-sxpP-CaGEnp\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"665a0302-6f70-46d4-81de-1edfc9dff8b4\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"11jPSb-5Iv4-11jT-U9AC-cyso-Weda-lIOloh\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"af342a5c-8e6b-4a24-ae2b-2aaaa0dd9b69\", \"cluster_fsid\": \"d648fb56-9f9f-11ee-95a5-87774f69a715\", \"block_uuid\": \"Z5v2cc-iFip-H50h-ju5P-dZQA-D7wL-aUm0rQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-21T01:34:03.732745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J33D\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:18.745702Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-21T01:34:35.430427Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-21T01:27:56.091117Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:10.681061Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:25.830125Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-21T01:28:28.258862Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:29:43.971275Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-21T01:34:19.747278Z\"}, \"rgw.r.z.smithi038.anqzsc\": {\"deps\": [], \"last_config\": \"2023-12-21T01:30:42.687660Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-21T01:35:23.860382Z\"}}, \"last_device_update\": \"2023-12-21T01:28:32.893989Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-21T01:26:27.960578Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:27.920063+0000 mgr.y (mgr.24766) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:29.351198+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:29.920509+0000 mgr.y (mgr.24766) 25 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:39.121 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:31.921356+0000 mgr.y (mgr.24766) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.365293+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.373234+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.385484+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.385548+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.386588+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 40s), standbys: x 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.387122+0000 mon.a (mon.0) 7 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.394851+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.394897+0000 mon.a (mon.0) 9 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.395105+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e25: y(active, since 40s), standbys: x 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.395722+0000 mon.a (mon.0) 11 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.395741+0000 mon.a (mon.0) 12 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2023-12-21T01:35:39.122 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.395750+0000 mon.a (mon.0) 13 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] is down (out of quorum) 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:38 smithi038 bash[111605]: audit 2023-12-21T01:35:34.403333+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.24766 ' entity='' 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.863230+0000 mon.c (mon.1) 33 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.863721+0000 mon.b (mon.2) 167 : cluster [INF] mon.b calling monitor election 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.864366+0000 mon.a (mon.0) 15 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:34.875507+0000 mon.c (mon.1) 34 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.970640+0000 mon.a (mon.0) 16 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.973652+0000 mon.a (mon.0) 17 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.986314+0000 mon.a (mon.0) 18 : cluster [DBG] fsmap 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.986353+0000 mon.a (mon.0) 19 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.986709+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e25: y(active, since 45s), standbys: x 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.986886+0000 mon.a (mon.0) 21 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-12-21T01:35:39.123 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.986904+0000 mon.a (mon.0) 22 : cluster [INF] Cluster is now healthy 2023-12-21T01:35:39.124 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.987173+0000 mon.a (mon.0) 23 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:39.124 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.987213+0000 mon.a (mon.0) 24 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:39.124 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:39 smithi038 bash[111605]: cluster 2023-12-21T01:35:38.994540+0000 mon.a (mon.0) 25 : cluster [INF] overall HEALTH_OK 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.863230+0000 mon.c (mon.1) 33 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.863721+0000 mon.b (mon.2) 167 : cluster [INF] mon.b calling monitor election 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.864366+0000 mon.a (mon.0) 15 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:34.875507+0000 mon.c (mon.1) 34 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.970640+0000 mon.a (mon.0) 16 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.973652+0000 mon.a (mon.0) 17 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.986314+0000 mon.a (mon.0) 18 : cluster [DBG] fsmap 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.986353+0000 mon.a (mon.0) 19 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.986709+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e25: y(active, since 45s), standbys: x 2023-12-21T01:35:39.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.986886+0000 mon.a (mon.0) 21 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-12-21T01:35:39.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.986904+0000 mon.a (mon.0) 22 : cluster [INF] Cluster is now healthy 2023-12-21T01:35:39.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.987173+0000 mon.a (mon.0) 23 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:39.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.987213+0000 mon.a (mon.0) 24 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:39.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:39 smithi153 bash[108237]: cluster 2023-12-21T01:35:38.994540+0000 mon.a (mon.0) 25 : cluster [INF] overall HEALTH_OK 2023-12-21T01:35:39.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:39.215+0000 7f56ca31c680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-21T01:35:39.521 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:39.249+0000 7ff62661c680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-21T01:35:39.521 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:39.382+0000 7ff62661c680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-21T01:35:39.521 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:39.518+0000 7ff62661c680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:39.772 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:39.486+0000 7f56ca31c680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-21T01:35:39.772 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:39.627+0000 7f56ca31c680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-21T01:35:39.781 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:39.693+0000 7ff62661c680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-21T01:35:40.049 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:39.770+0000 7f56ca31c680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:40.049 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:39 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:39.956+0000 7f56ca31c680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-21T01:35:40.053 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:39.779+0000 7ff62661c680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-21T01:35:40.053 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: ignoring --setuser ceph since I am not root 2023-12-21T01:35:40.053 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: ignoring --setgroup ceph since I am not root 2023-12-21T01:35:40.053 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:39.826+0000 7efec395c700 1 -- 172.21.15.153:0/3811485839 <== mon.2 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e3591284e0 con 0x55e3590ff000 2023-12-21T01:35:40.053 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:39 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:39.947+0000 7efed3b25680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-21T01:35:40.053 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:40 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:40.028+0000 7efed3b25680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-21T01:35:40.401 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:40 smithi153 bash[108237]: cluster 2023-12-21T01:35:39.043317+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e26: y(active, since 45s), standbys: x 2023-12-21T01:35:40.401 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:40 smithi153 bash[108237]: cluster 2023-12-21T01:35:39.794774+0000 mon.a (mon.0) 27 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:40.401 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:40 smithi153 bash[108237]: cluster 2023-12-21T01:35:39.794876+0000 mon.a (mon.0) 28 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:40.401 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:40 smithi153 bash[108237]: audit 2023-12-21T01:35:39.795652+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.153:0/4291078520' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:40.467 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:40 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:40.047+0000 7f56ca31c680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-21T01:35:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:40 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:39.043317+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e26: y(active, since 45s), standbys: x 2023-12-21T01:35:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:40 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:39.794774+0000 mon.a (mon.0) 27 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:40 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:39.794876+0000 mon.a (mon.0) 28 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:40.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:40 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:39.795652+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.153:0/4291078520' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:40 smithi038 bash[111605]: cluster 2023-12-21T01:35:39.043317+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e26: y(active, since 45s), standbys: x 2023-12-21T01:35:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:40 smithi038 bash[111605]: cluster 2023-12-21T01:35:39.794774+0000 mon.a (mon.0) 27 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:40 smithi038 bash[111605]: cluster 2023-12-21T01:35:39.794876+0000 mon.a (mon.0) 28 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:40.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:40 smithi038 bash[111605]: audit 2023-12-21T01:35:39.795652+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.153:0/4291078520' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:40.744 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:40 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:40.398+0000 7efed3b25680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:41 smithi153 bash[108237]: cluster 2023-12-21T01:35:40.064278+0000 mon.a (mon.0) 29 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:41 smithi153 bash[108237]: cluster 2023-12-21T01:35:40.064559+0000 mon.a (mon.0) 30 : cluster [INF] Activating manager daemon y 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:41 smithi153 bash[108237]: cluster 2023-12-21T01:35:40.067401+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e27: y(active, since 46s), standbys: x 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:41 smithi153 bash[108237]: cluster 2023-12-21T01:35:40.085069+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:41 smithi153 bash[108237]: cluster 2023-12-21T01:35:40.085377+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e28: y(active, starting, since 0.0209222s), standbys: x 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:41 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:41.140+0000 7efed3b25680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:41 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:41.224+0000 7efed3b25680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-21T01:35:41.440 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:41 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:41.437+0000 7efed3b25680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:41 smithi038 bash[111605]: cluster 2023-12-21T01:35:40.064278+0000 mon.a (mon.0) 29 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:41 smithi038 bash[111605]: cluster 2023-12-21T01:35:40.064559+0000 mon.a (mon.0) 30 : cluster [INF] Activating manager daemon y 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:41 smithi038 bash[111605]: cluster 2023-12-21T01:35:40.067401+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e27: y(active, since 46s), standbys: x 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:41 smithi038 bash[111605]: cluster 2023-12-21T01:35:40.085069+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:41 smithi038 bash[111605]: cluster 2023-12-21T01:35:40.085377+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e28: y(active, starting, since 0.0209222s), standbys: x 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:41 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:40.064278+0000 mon.a (mon.0) 29 : cluster [INF] Active manager daemon y restarted 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:41 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:40.064559+0000 mon.a (mon.0) 30 : cluster [INF] Activating manager daemon y 2023-12-21T01:35:41.467 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:41 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:40.067401+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e27: y(active, since 46s), standbys: x 2023-12-21T01:35:41.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:41 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:40.085069+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:35:41.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:41 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:40.085377+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e28: y(active, starting, since 0.0209222s), standbys: x 2023-12-21T01:35:42.683 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:42 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:42.382+0000 7efed3b25680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-21T01:35:42.683 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:42 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:42.511+0000 7efed3b25680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:42.684 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:42 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:42.590+0000 7efed3b25680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:42.684 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:42 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:42.681+0000 7efed3b25680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-21T01:35:42.995 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:42 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:42.876+0000 7efed3b25680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-21T01:35:43.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:43 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:43.157+0000 7efed3b25680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-21T01:35:43.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:43 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:43.257+0000 7efed3b25680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-21T01:35:44.244 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:43 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:43.985+0000 7efed3b25680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-21T01:35:44.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:44 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:44.068+0000 7efed3b25680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-21T01:35:44.245 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:44 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:44.161+0000 7efed3b25680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-21T01:35:44.608 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:44 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:44.339+0000 7efed3b25680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-21T01:35:44.879 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:44 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:44.606+0000 7efed3b25680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-21T01:35:44.879 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:44 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:44.739+0000 7efed3b25680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-21T01:35:44.879 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:44 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:44.876+0000 7efed3b25680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-21T01:35:45.140 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:45 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:45.051+0000 7efed3b25680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-21T01:35:45.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:35:45 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x[126782]: debug 2023-12-21T01:35:45.138+0000 7efed3b25680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-21T01:35:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:45 smithi153 bash[108237]: cluster 2023-12-21T01:35:45.152962+0000 mon.a (mon.0) 34 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:45 smithi153 bash[108237]: cluster 2023-12-21T01:35:45.153072+0000 mon.a (mon.0) 35 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:45 smithi153 bash[108237]: audit 2023-12-21T01:35:45.153619+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:45 smithi153 bash[108237]: audit 2023-12-21T01:35:45.154881+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:45 smithi153 bash[108237]: audit 2023-12-21T01:35:45.155697+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:35:45.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:45 smithi153 bash[108237]: audit 2023-12-21T01:35:45.155962+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:45 smithi038 bash[111605]: cluster 2023-12-21T01:35:45.152962+0000 mon.a (mon.0) 34 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:45 smithi038 bash[111605]: cluster 2023-12-21T01:35:45.153072+0000 mon.a (mon.0) 35 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:45 smithi038 bash[111605]: audit 2023-12-21T01:35:45.153619+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:45 smithi038 bash[111605]: audit 2023-12-21T01:35:45.154881+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:45 smithi038 bash[111605]: audit 2023-12-21T01:35:45.155697+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:45 smithi038 bash[111605]: audit 2023-12-21T01:35:45.155962+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:45 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:45.152962+0000 mon.a (mon.0) 34 : cluster [DBG] Standby manager daemon x restarted 2023-12-21T01:35:45.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:45 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:45.153072+0000 mon.a (mon.0) 35 : cluster [DBG] Standby manager daemon x started 2023-12-21T01:35:45.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:45 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:45.153619+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-21T01:35:45.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:45 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:45.154881+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:45.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:45 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:45.155697+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-21T01:35:45.718 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:45 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:45.155962+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.153:0/1185328547' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: cluster 2023-12-21T01:35:45.213033+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e29: y(active, starting, since 5s), standbys: x 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:45.214368+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.? 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:45.214815+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.? 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.087676+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.087935+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.088163+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.089271+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:35:46.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.089629+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.089958+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.090291+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.090671+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.091095+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.091450+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.091697+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.091943+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.092097+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.092544+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.093406+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.094264+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.094619+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.094963+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:35:46.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.095333+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.095700+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.096062+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.096394+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.096710+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.097073+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.097385+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.097706+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.098056+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.098372+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.098681+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.099014+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.099322+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.099641+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:35:46.497 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.099964+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.100284+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.100595+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.100925+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.101256+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.101562+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: cluster 2023-12-21T01:35:46.104022+0000 mon.a (mon.0) 77 : cluster [INF] Manager daemon y is now available 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.218275+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:46.498 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:46 smithi153 bash[108237]: audit 2023-12-21T01:35:46.220288+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:46.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:46.242+0000 7f567db1e700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-21T01:35:46.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: [79B blob data] 2023-12-21T01:35:46.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: [80B blob data] 2023-12-21T01:35:46.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: cluster 2023-12-21T01:35:45.213033+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e29: y(active, starting, since 5s), standbys: x 2023-12-21T01:35:46.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:45.214368+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.? 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:35:46.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:45.214815+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.? 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.087676+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.087935+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.088163+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.089271+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.089629+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.089958+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.090291+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.090671+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.091095+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.091450+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.091697+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.091943+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.092097+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:35:46.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.092544+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.093406+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:45.213033+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e29: y(active, starting, since 5s), standbys: x 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:45.214368+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.? 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:45.214815+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.? 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.087676+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.087935+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.088163+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.089271+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.089629+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.089958+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T01:35:46.719 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.090291+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.090671+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.091095+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.091450+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.091697+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.091943+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.094264+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.094619+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.094963+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.095333+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.095700+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:35:46.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.096062+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.096394+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.096710+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.097073+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.097385+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.097706+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.098056+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.098372+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.098681+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.099014+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.099322+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:35:46.721 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.099641+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.092097+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.092544+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.093406+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.094264+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.094619+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.094963+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.095333+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi038"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.095700+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi153"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.096062+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.096394+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.096710+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.097073+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-21T01:35:46.722 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.097385+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.097706+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.098056+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.099964+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.100284+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.100595+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.100925+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.101256+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.101562+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: cluster 2023-12-21T01:35:46.104022+0000 mon.a (mon.0) 77 : cluster [INF] Manager daemon y is now available 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.218275+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:46.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[111605]: audit 2023-12-21T01:35:46.220288+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.098372+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.098681+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.099014+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.099322+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.099641+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.099964+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.100284+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.100595+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.100925+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.101256+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.101562+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:46.104022+0000 mon.a (mon.0) 77 : cluster [INF] Manager daemon y is now available 2023-12-21T01:35:46.724 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.218275+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:46.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:46 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.220288+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:47.217 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:35:46 smithi038 bash[132679]: ts=2023-12-21T01:35:46.951Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2023-12-21T01:35:47.441 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:47 smithi153 bash[108237]: cluster 2023-12-21T01:35:46.239140+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e30: y(active, since 6s), standbys: x 2023-12-21T01:35:47.441 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:47 smithi153 bash[108237]: cluster 2023-12-21T01:35:46.247542+0000 mgr.y (mgr.34107) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:47.442 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:47 smithi153 bash[108237]: audit 2023-12-21T01:35:46.268579+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:35:47.442 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:47 smithi153 bash[108237]: audit 2023-12-21T01:35:46.275107+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-21T01:35:47.442 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:47 smithi153 bash[108237]: audit 2023-12-21T01:35:46.519479+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:47.442 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:47 smithi153 bash[108237]: audit 2023-12-21T01:35:46.528081+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:47.577 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:47 smithi038 bash[111605]: cluster 2023-12-21T01:35:46.239140+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e30: y(active, since 6s), standbys: x 2023-12-21T01:35:47.577 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:47 smithi038 bash[111605]: cluster 2023-12-21T01:35:46.247542+0000 mgr.y (mgr.34107) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:47.577 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:47 smithi038 bash[111605]: audit 2023-12-21T01:35:46.268579+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:35:47.577 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:47 smithi038 bash[111605]: audit 2023-12-21T01:35:46.275107+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:47 smithi038 bash[111605]: audit 2023-12-21T01:35:46.519479+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:47 smithi038 bash[111605]: audit 2023-12-21T01:35:46.528081+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:46.239140+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e30: y(active, since 6s), standbys: x 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:46.247542+0000 mgr.y (mgr.34107) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.268579+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.275107+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.519479+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:47.578 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:47 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:46.528081+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:49.390 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:49 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:48.090582+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:49.390 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:49 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:48.255422+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e31: y(active, since 8s), standbys: x 2023-12-21T01:35:49.391 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:49 smithi038 bash[111605]: cluster 2023-12-21T01:35:48.090582+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:49.391 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:49 smithi038 bash[111605]: cluster 2023-12-21T01:35:48.255422+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e31: y(active, since 8s), standbys: x 2023-12-21T01:35:49.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:49 smithi153 bash[108237]: cluster 2023-12-21T01:35:48.090582+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:49.602 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:49 smithi153 bash[108237]: cluster 2023-12-21T01:35:48.255422+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e31: y(active, since 8s), standbys: x 2023-12-21T01:35:50.642 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.575849+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.745358+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.868240+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.868680+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.869053+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.869376+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.869698+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.870014+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.870279+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.870534+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:49.870816+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.021844+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.643 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.022184+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.022503+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.575849+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.745358+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.868240+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.868680+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.869053+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.869376+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.869698+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.870014+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.870279+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.644 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.870534+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:49.870816+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.021844+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.022184+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.022503+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.022786+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.023080+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.022786+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.023080+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.645 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.023352+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.023631+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.023907+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.024189+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.037231+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.042378+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.044422+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.045422+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.046004+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:35:50.046449+0000 mgr.y (mgr.34107) 3 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:50 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:50.090912+0000 mgr.y (mgr.34107) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.023352+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.646 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.023631+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.023907+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.024189+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.037231+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.042378+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.044422+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.045422+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: audit 2023-12-21T01:35:50.046004+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: cephadm 2023-12-21T01:35:50.046449+0000 mgr.y (mgr.34107) 3 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-21T01:35:50.647 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:50 smithi038 bash[111605]: cluster 2023-12-21T01:35:50.090912+0000 mgr.y (mgr.34107) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.575849+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.745358+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.868240+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.868680+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.869053+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.869376+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.869698+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.870014+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.870279+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.870534+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:49.870816+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.021844+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.022184+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.022503+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.022786+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.023080+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.023352+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.023631+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.023907+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.024189+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.037231+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.042378+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:50.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.044422+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:50.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.045422+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:50.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: audit 2023-12-21T01:35:50.046004+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-21T01:35:50.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: cephadm 2023-12-21T01:35:50.046449+0000 mgr.y (mgr.34107) 3 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-21T01:35:50.997 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:50 smithi153 bash[108237]: cluster 2023-12-21T01:35:50.090912+0000 mgr.y (mgr.34107) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:52.102 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:51 smithi038 bash[111605]: cephadm 2023-12-21T01:35:50.967510+0000 mgr.y (mgr.34107) 5 : cephadm [INF] Upgrade: Updating mon.c 2023-12-21T01:35:52.102 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:51 smithi038 bash[111605]: audit 2023-12-21T01:35:50.975644+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:52.102 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:51 smithi038 bash[111605]: audit 2023-12-21T01:35:50.976368+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:52.102 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:51 smithi038 bash[111605]: audit 2023-12-21T01:35:50.977016+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:52.102 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:51 smithi038 bash[111605]: audit 2023-12-21T01:35:50.977559+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:52.102 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:51 smithi038 bash[111605]: cephadm 2023-12-21T01:35:50.978065+0000 mgr.y (mgr.34107) 6 : cephadm [INF] Deploying daemon mon.c on smithi038 2023-12-21T01:35:52.102 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:51 smithi038 bash[111605]: audit 2023-12-21T01:35:50.978402+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:52 smithi038 systemd[1]: Stopping Ceph mon.c for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:52 smithi038 bash[111605]: debug 2023-12-21T01:35:52.098+0000 7f8af437a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:52 smithi038 bash[111605]: debug 2023-12-21T01:35:52.099+0000 7f8af437a700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:35:50.967510+0000 mgr.y (mgr.34107) 5 : cephadm [INF] Upgrade: Updating mon.c 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.975644+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.976368+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.977016+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.977559+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:35:50.978065+0000 mgr.y (mgr.34107) 6 : cephadm [INF] Deploying daemon mon.c on smithi038 2023-12-21T01:35:52.103 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:51 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:50.978402+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:35:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:51 smithi153 bash[108237]: cephadm 2023-12-21T01:35:50.967510+0000 mgr.y (mgr.34107) 5 : cephadm [INF] Upgrade: Updating mon.c 2023-12-21T01:35:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:51 smithi153 bash[108237]: audit 2023-12-21T01:35:50.975644+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:51 smithi153 bash[108237]: audit 2023-12-21T01:35:50.976368+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:51 smithi153 bash[108237]: audit 2023-12-21T01:35:50.977016+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:51 smithi153 bash[108237]: audit 2023-12-21T01:35:50.977559+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:51 smithi153 bash[108237]: cephadm 2023-12-21T01:35:50.978065+0000 mgr.y (mgr.34107) 6 : cephadm [INF] Deploying daemon mon.c on smithi038 2023-12-21T01:35:52.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:51 smithi153 bash[108237]: audit 2023-12-21T01:35:50.978402+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:35:52.688 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:52 smithi038 bash[136941]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.c 2023-12-21T01:35:52.688 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:52 smithi038 bash[136995]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.c" found: no such container 2023-12-21T01:35:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:52 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.c.service: Succeeded. 2023-12-21T01:35:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:52 smithi038 systemd[1]: Stopped Ceph mon.c for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:35:53.217 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 systemd[1]: Starting Ceph mon.c for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:35:53.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.362+0000 7f701f551880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T01:35:53.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.362+0000 7f701f551880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-21T01:35:53.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.362+0000 7f701f551880 0 pidfile_write: ignore empty --pid-file 2023-12-21T01:35:53.717 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.366+0000 7f701f551880 0 load: jerasure load: lrc load: isa 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: DB SUMMARY 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 646 Bytes 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000020.sst 000021.sst 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000018.log size: 1669634 ; 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.env: 0x55b17a4af080 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.fs: Posix File System 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.info_log: 0x55b17b0b7a20 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.statistics: (nil) 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.use_fsync: 0 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T01:35:53.719 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.db_log_dir: 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T01:35:53.720 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T01:35:53.722 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.write_buffer_manager: 0x55b17bdb4390 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T01:35:53.723 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.unordered_write: 0 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 bash[137134]: f87ca5934d1fab3c34916f29f3acaa840e3540613eb73aa603165ec40ff02b8d 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.row_cache: None 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.wal_filter: None 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T01:35:53.724 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T01:35:53.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_open_files: -1 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Compression algorithms supported: 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kZSTD supported: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T01:35:53.726 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.merge_operator: 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_filter: None 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T01:35:53.727 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b17b067d28) 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cache_index_and_filter_blocks: 1 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: pin_top_level_index_and_filter: 1 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: index_type: 0 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: data_block_index_type: 0 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: index_shortening: 1 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: hash_index_allow_collision: 1 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: checksum: 1 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: no_block_cache: 0 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_cache: 0x55b17b09cf10 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_cache_name: BinnedLRUCache 2023-12-21T01:35:53.728 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_cache_options: 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: capacity : 536870912 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: num_shard_bits : 4 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: strict_capacity_limit : 0 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: high_pri_pool_ratio: 0.000 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_cache_compressed: (nil) 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: persistent_cache: (nil) 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_size: 4096 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_size_deviation: 10 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_restart_interval: 16 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: index_block_restart_interval: 1 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: metadata_block_size: 4096 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: partition_filters: 0 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: use_delta_encoding: 1 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T01:35:53.729 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: whole_key_filtering: 1 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: verify_compression: 0 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: read_amp_bytes_per_bit: 0 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: format_version: 2 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: enable_index_compression: 1 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: block_align: 0 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compression: NoCompression 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T01:35:53.730 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.num_levels: 7 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T01:35:53.731 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T01:35:53.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T01:35:53.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T01:35:53.734 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.ttl: 2592000 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.367+0000 7f701f551880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.368+0000 7f701f551880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 23, last_sequence is 9049, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.368+0000 7f701f551880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.368+0000 7f701f551880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122553369412, "job": 1, "event": "recovery_started", "log_files": [18]} 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.368+0000 7f701f551880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.370+0000 7f701f551880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 systemd[1]: Started Ceph mon.c for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.372+0000 7f701f551880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122553373372, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 1113005, "table_properties": {"data_size": 1111045, "index_size": 950, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 197, "raw_key_size": 1355, "raw_average_key_size": 22, "raw_value_size": 1109278, "raw_average_value_size": 18801, "num_data_blocks": 30, "num_entries": 59, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703122553, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T01:35:53.735 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.372+0000 7f701f551880 4 rocksdb: [version_set.cc:3826] Creating manifest 24 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.373+0000 7f701f551880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122553374218, "job": 1, "event": "recovery_finished"} 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.374+0000 7f701f551880 4 rocksdb: DB pointer 0x55b17b165800 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.374+0000 7f7006357700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.374+0000 7f7006357700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ** DB Stats ** 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:35:53.736 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ** Compaction Stats [default] ** 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: L0 1/0 1.06 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 531.8 0.00 0.00 1 0.002 0 0 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: L6 2/0 71.57 MB 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 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Sum 3/0 72.63 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 531.8 0.00 0.00 1 0.002 0 0 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 531.8 0.00 0.00 1 0.002 0 0 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ** Compaction Stats [default] ** 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 531.8 0.00 0.00 1 0.002 0 0 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-21T01:35:53.737 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Cumulative compaction: 0.00 GB write, 161.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Interval compaction: 0.00 GB write, 161.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ** Compaction Stats [default] ** 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: L0 1/0 1.06 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 531.8 0.00 0.00 1 0.002 0 0 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: L6 2/0 71.57 MB 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 2023-12-21T01:35:53.738 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Sum 3/0 72.63 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 531.8 0.00 0.00 1 0.002 0 0 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ** Compaction Stats [default] ** 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 531.8 0.00 0.00 1 0.002 0 0 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Flush(GB): cumulative 0.001, interval 0.000 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Cumulative compaction: 0.00 GB write, 159.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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 2023-12-21T01:35:53.739 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.375+0000 7f701f551880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] at bind addrs [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.376+0000 7f701f551880 1 mon.c@-1(???) e3 preinit fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.376+0000 7f701f551880 0 mon.c@-1(???).mds e1 new map 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.376+0000 7f701f551880 0 mon.c@-1(???).mds e1 print_map 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: e1 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 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} 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: legacy client fscid: -1 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: No filesystems configured 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.376+0000 7f701f551880 0 mon.c@-1(???).osd e78 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-21T01:35:53.740 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.376+0000 7f701f551880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.376+0000 7f701f551880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.376+0000 7f701f551880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:35:50.967510+0000 mgr.y (mgr.34107) 5 : cephadm [INF] Upgrade: Updating mon.c 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:50.975644+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:50.976368+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:50.977016+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:50.977559+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:35:50.978065+0000 mgr.y (mgr.34107) 6 : cephadm [INF] Deploying daemon mon.c on smithi038 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:50.978402+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:35:53.741 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:53 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:35:53.377+0000 7f701f551880 1 mon.c@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2023-12-21T01:35:54.772 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.582871+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:54.772 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.583768+0000 mon.a (mon.0) 116 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.601440+0000 mon.a (mon.0) 117 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.613880+0000 mon.a (mon.0) 118 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.626468+0000 mon.a (mon.0) 119 : cluster [DBG] fsmap 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.626493+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.626804+0000 mon.a (mon.0) 121 : cluster [DBG] mgrmap e31: y(active, since 13s), standbys: x 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:53.629506+0000 mon.a (mon.0) 122 : cluster [INF] overall HEALTH_OK 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:53.631880+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:53.632767+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:53.634127+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:54.092157+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:54.773 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.582871+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.583768+0000 mon.a (mon.0) 116 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.601440+0000 mon.a (mon.0) 117 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.613880+0000 mon.a (mon.0) 118 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.626468+0000 mon.a (mon.0) 119 : cluster [DBG] fsmap 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.626493+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.626804+0000 mon.a (mon.0) 121 : cluster [DBG] mgrmap e31: y(active, since 13s), standbys: x 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:53.629506+0000 mon.a (mon.0) 122 : cluster [INF] overall HEALTH_OK 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:53.631880+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:53.632767+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:53.634127+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:54.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:54 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:54.092157+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.582871+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.583768+0000 mon.a (mon.0) 116 : cluster [INF] mon.a calling monitor election 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.601440+0000 mon.a (mon.0) 117 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.613880+0000 mon.a (mon.0) 118 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.626468+0000 mon.a (mon.0) 119 : cluster [DBG] fsmap 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.626493+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.626804+0000 mon.a (mon.0) 121 : cluster [DBG] mgrmap e31: y(active, since 13s), standbys: x 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:53.629506+0000 mon.a (mon.0) 122 : cluster [INF] overall HEALTH_OK 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: audit 2023-12-21T01:35:53.631880+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:54.995 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: audit 2023-12-21T01:35:53.632767+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:54.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: audit 2023-12-21T01:35:53.634127+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:35:54.996 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:54 smithi153 bash[108237]: cluster 2023-12-21T01:35:54.092157+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:57 smithi153 bash[108237]: cluster 2023-12-21T01:35:56.092551+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:57 smithi153 bash[108237]: audit 2023-12-21T01:35:56.500603+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:57 smithi153 bash[108237]: audit 2023-12-21T01:35:56.515244+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:57 smithi153 bash[108237]: audit 2023-12-21T01:35:56.519971+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:57 smithi153 bash[108237]: audit 2023-12-21T01:35:56.521871+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:57 smithi153 bash[108237]: audit 2023-12-21T01:35:56.522798+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:57.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:57 smithi153 bash[108237]: audit 2023-12-21T01:35:56.523370+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-21T01:35:57.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:35:56.092551+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:57.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:56.500603+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:57.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:56.515244+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:57.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:56.519971+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:57.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:56.521871+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:57.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:56.522798+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:57.717 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:35:56.523370+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-21T01:35:57.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:35:56.092551+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:35:57.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:56.500603+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:57.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:56.515244+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:35:57.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:56.519971+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:35:57.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:56.521871+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:35:57.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:56.522798+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:35:57.718 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:35:57 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:35:56.523370+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-21T01:35:58.620 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:58 smithi153 systemd[1]: Stopping Ceph mon.b for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:35:58.620 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:58 smithi153 bash[108237]: debug 2023-12-21T01:35:58.414+0000 7f16cda34700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:35:58.620 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:58 smithi153 bash[108237]: debug 2023-12-21T01:35:58.414+0000 7f16cda34700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-21T01:35:58.717 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:35:58 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:35:58.382+0000 7f567db1e700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-21T01:35:58.994 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:58 smithi153 bash[128687]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.b 2023-12-21T01:35:59.400 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 bash[128740]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.b" found: no such container 2023-12-21T01:35:59.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.b.service: Succeeded. 2023-12-21T01:35:59.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 systemd[1]: Stopped Ceph mon.b for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:35:59.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 systemd[1]: Starting Ceph mon.b for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.826+0000 7f729251f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T01:36:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.826+0000 7f729251f880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-21T01:36:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.826+0000 7f729251f880 0 pidfile_write: ignore empty --pid-file 2023-12-21T01:36:00.245 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.831+0000 7f729251f880 0 load: jerasure load: lrc load: isa 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: DB SUMMARY 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 646 Bytes 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000020.sst 000021.sst 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.246 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000018.log size: 2103310 ; 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.env: 0x56335a22b080 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.fs: Posix File System 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.info_log: 0x56335c4e9a20 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.statistics: (nil) 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.use_fsync: 0 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T01:36:00.247 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.db_log_dir: 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T01:36:00.248 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T01:36:00.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T01:36:00.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T01:36:00.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T01:36:00.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T01:36:00.250 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.write_buffer_manager: 0x56335d1e6390 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 bash[128878]: 8f5c0a3717ddb01255270066bb0d4b8a1774144fc99ee7f8e8f70be0ef1f448c 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.unordered_write: 0 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T01:36:00.251 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.row_cache: None 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.wal_filter: None 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T01:36:00.252 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_open_files: -1 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T01:36:00.253 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Compression algorithms supported: 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kZSTD supported: 0 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T01:36:00.254 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.merge_operator: 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_filter: None 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56335c499d28) 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cache_index_and_filter_blocks: 1 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T01:36:00.255 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: pin_top_level_index_and_filter: 1 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: index_type: 0 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: data_block_index_type: 0 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: index_shortening: 1 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: hash_index_allow_collision: 1 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: checksum: 1 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: no_block_cache: 0 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_cache: 0x56335c4cef10 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_cache_name: BinnedLRUCache 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_cache_options: 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: capacity : 536870912 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: num_shard_bits : 4 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: strict_capacity_limit : 0 2023-12-21T01:36:00.256 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: high_pri_pool_ratio: 0.000 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_cache_compressed: (nil) 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: persistent_cache: (nil) 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_size: 4096 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_size_deviation: 10 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_restart_interval: 16 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: index_block_restart_interval: 1 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: metadata_block_size: 4096 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: partition_filters: 0 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: use_delta_encoding: 1 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: whole_key_filtering: 1 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: verify_compression: 0 2023-12-21T01:36:00.257 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: read_amp_bytes_per_bit: 0 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: format_version: 2 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: enable_index_compression: 1 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: block_align: 0 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compression: NoCompression 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.num_levels: 7 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T01:36:00.258 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T01:36:00.259 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T01:36:00.260 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T01:36:00.261 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.ttl: 2592000 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.832+0000 7f729251f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.833+0000 7f729251f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 23, last_sequence is 9008, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T01:36:00.262 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.833+0000 7f729251f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.833+0000 7f729251f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122559834658, "job": 1, "event": "recovery_started", "log_files": [18]} 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.833+0000 7f729251f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.835+0000 7f729251f880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 systemd[1]: Started Ceph mon.b for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.838+0000 7f729251f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122559839202, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 1372625, "table_properties": {"data_size": 1370084, "index_size": 1403, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 325, "raw_key_size": 2084, "raw_average_key_size": 22, "raw_value_size": 1367442, "raw_average_value_size": 14863, "num_data_blocks": 45, "num_entries": 92, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703122559, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.838+0000 7f729251f880 4 rocksdb: [version_set.cc:3826] Creating manifest 24 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.840+0000 7f729251f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703122559841799, "job": 1, "event": "recovery_finished"} 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.841+0000 7f729251f880 4 rocksdb: DB pointer 0x56335c597800 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.841+0000 7f7279325700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.841+0000 7f7279325700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ** DB Stats ** 2023-12-21T01:36:00.263 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ** Compaction Stats [default] ** 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: L0 1/0 1.31 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 566.4 0.00 0.00 1 0.002 0 0 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: L6 2/0 71.57 MB 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 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Sum 3/0 72.88 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 566.4 0.00 0.00 1 0.002 0 0 2023-12-21T01:36:00.264 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 566.4 0.00 0.00 1 0.002 0 0 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ** Compaction Stats [default] ** 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 566.4 0.00 0.00 1 0.002 0 0 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Cumulative compaction: 0.00 GB write, 146.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Interval compaction: 0.00 GB write, 146.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:36:00.265 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ** Compaction Stats [default] ** 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: L0 1/0 1.31 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 566.4 0.00 0.00 1 0.002 0 0 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: L6 2/0 71.57 MB 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 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Sum 3/0 72.88 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 566.4 0.00 0.00 1 0.002 0 0 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ** Compaction Stats [default] ** 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T01:36:00.266 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 566.4 0.00 0.00 1 0.002 0 0 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Flush(GB): cumulative 0.001, interval 0.000 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Cumulative compaction: 0.00 GB write, 145.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.842+0000 7f729251f880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] at bind addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.843+0000 7f729251f880 1 mon.b@-1(???) e3 preinit fsid d648fb56-9f9f-11ee-95a5-87774f69a715 2023-12-21T01:36:00.267 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.843+0000 7f729251f880 0 mon.b@-1(???).mds e1 new map 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.843+0000 7f729251f880 0 mon.b@-1(???).mds e1 print_map 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: e1 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 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} 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: legacy client fscid: -1 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: No filesystems configured 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.843+0000 7f729251f880 0 mon.b@-1(???).osd e78 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.843+0000 7f729251f880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.843+0000 7f729251f880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.843+0000 7f729251f880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:35:56.092551+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:00.268 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:35:56.500603+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:00.269 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:35:56.515244+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:00.269 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:35:56.519971+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:36:00.269 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:35:56.521871+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:36:00.269 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:35:56.522798+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-21T01:36:00.269 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:35:56.523370+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-21T01:36:00.269 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:35:59 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:35:59.844+0000 7f729251f880 1 mon.b@-1(???).paxosservice(auth 1..21) refresh upgraded, format 0 -> 3 2023-12-21T01:36:05.217 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:36:04 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:36:04.850+0000 7f567db1e700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-21T01:36:06.891 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:01.489865+0000 mon.a (mon.0) 143 : cluster [INF] overall HEALTH_OK 2023-12-21T01:36:06.891 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:01.490437+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:36:06.891 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:01.490770+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2023-12-21T01:36:06.891 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:01.490871+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-21T01:36:06.891 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:01.492114+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:36:06.891 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:01.492353+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:36:06.891 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:02.094484+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:04.094948+0000 mgr.y (mgr.34107) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.095526+0000 mgr.y (mgr.34107) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.492402+0000 mon.a (mon.0) 148 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.500518+0000 mon.a (mon.0) 149 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.501003+0000 mon.a (mon.0) 150 : cluster [DBG] fsmap 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.501036+0000 mon.a (mon.0) 151 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.501450+0000 mon.a (mon.0) 152 : cluster [DBG] mgrmap e31: y(active, since 26s), standbys: x 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.501651+0000 mon.a (mon.0) 153 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.508347+0000 mon.a (mon.0) 154 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.508378+0000 mon.a (mon.0) 155 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:06.508407+0000 mon.a (mon.0) 156 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] is down (out of quorum) 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:06.514684+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:06.515730+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:36:06.892 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:06.517491+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:01.489865+0000 mon.a (mon.0) 143 : cluster [INF] overall HEALTH_OK 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:01.490437+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:01.490770+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:01.490871+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:01.492114+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:01.492353+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:02.094484+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:04.094948+0000 mgr.y (mgr.34107) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.095526+0000 mgr.y (mgr.34107) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.492402+0000 mon.a (mon.0) 148 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.500518+0000 mon.a (mon.0) 149 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:36:06.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.501003+0000 mon.a (mon.0) 150 : cluster [DBG] fsmap 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.501036+0000 mon.a (mon.0) 151 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.501450+0000 mon.a (mon.0) 152 : cluster [DBG] mgrmap e31: y(active, since 26s), standbys: x 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.501651+0000 mon.a (mon.0) 153 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.508347+0000 mon.a (mon.0) 154 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.508378+0000 mon.a (mon.0) 155 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:06.508407+0000 mon.a (mon.0) 156 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] is down (out of quorum) 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:06.514684+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:06.515730+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:36:06.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:06 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:06.517491+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:36:07.221 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph orch ps' 2023-12-21T01:36:08.468 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T01:36:08.468 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 running (103s) 11s ago 6m 16.6M - 0.26.0 9f27df16978d 987124bb264f 2023-12-21T01:36:08.468 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi153 running (5m) 18s ago 5m 33.6M - 6.6.2 87a51ecf0b1c 7f22b9cb9959 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi153 *:8443 running (49s) 18s ago 8m 389M - 16.2.14-413-g639f0137 19e6b2dc6c74 0aa4d6bad5a5 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443 running (80s) 11s ago 10m 423M - 16.2.14-413-g639f0137 19e6b2dc6c74 7e59aa3f842a 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (42s) 11s ago 10m 118M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 1951d3713e43 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi153 starting - - - 2048M 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (15s) 11s ago 8m 20.3M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 f87ca5934d1f 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 running (6m) 11s ago 6m 11.5M - 1.7.0 72c9c2088986 3afb8063bfa9 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi153 running (6m) 18s ago 6m 10.8M - 1.7.0 72c9c2088986 feaa3c8d76a9 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (8m) 11s ago 8m 77.8M 4096M 15.2.0 204a01f9b0b6 d6e44e549191 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (7m) 11s ago 8m 82.6M 4096M 15.2.0 204a01f9b0b6 168cf3a769b8 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (7m) 11s ago 7m 63.7M 4096M 15.2.0 204a01f9b0b6 13e553e7a1d1 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (7m) 11s ago 7m 81.1M 4096M 15.2.0 204a01f9b0b6 0213eb1bbbc3 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi153 running (7m) 18s ago 7m 82.5M 4096M 15.2.0 204a01f9b0b6 8bd775d10c61 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi153 running (7m) 18s ago 7m 74.4M 4096M 15.2.0 204a01f9b0b6 e679af9a6cad 2023-12-21T01:36:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi153 running (6m) 18s ago 7m 68.9M 4096M 15.2.0 204a01f9b0b6 14068738f55f 2023-12-21T01:36:08.470 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi153 running (6m) 18s ago 6m 78.4M 4096M 15.2.0 204a01f9b0b6 d0def183d05f 2023-12-21T01:36:08.470 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi153 running (95s) 18s ago 6m 38.8M - 2.48.1 ea7f826b1553 5eb3bd8b5b64 2023-12-21T01:36:08.470 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi038.anqzsc smithi038 running (5m) 11s ago 5m 55.0M - 15.2.0 204a01f9b0b6 504282ade63e 2023-12-21T01:36:08.470 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.r.z.smithi153.zwhrdh smithi153 running (5m) 18s ago 5m 54.8M - 15.2.0 204a01f9b0b6 67eb094cbd8c 2023-12-21T01:36:08.835 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions' 2023-12-21T01:36:09.154 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:01.489865+0000 mon.a (mon.0) 143 : cluster [INF] overall HEALTH_OK 2023-12-21T01:36:09.154 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:01.490437+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-21T01:36:09.154 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:01.490770+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2023-12-21T01:36:09.154 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:01.490871+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-21T01:36:09.154 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:01.492114+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-21T01:36:09.154 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:01.492353+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-21T01:36:09.154 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:02.094484+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:04.094948+0000 mgr.y (mgr.34107) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.095526+0000 mgr.y (mgr.34107) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.492402+0000 mon.a (mon.0) 148 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.500518+0000 mon.a (mon.0) 149 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.501003+0000 mon.a (mon.0) 150 : cluster [DBG] fsmap 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.501036+0000 mon.a (mon.0) 151 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.501450+0000 mon.a (mon.0) 152 : cluster [DBG] mgrmap e31: y(active, since 26s), standbys: x 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.501651+0000 mon.a (mon.0) 153 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.508347+0000 mon.a (mon.0) 154 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.508378+0000 mon.a (mon.0) 155 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:06.508407+0000 mon.a (mon.0) 156 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] is down (out of quorum) 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:06.514684+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:06.515730+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:08 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:06.517491+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-21T01:36:09.155 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:01.491848+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.870691+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.870825+0000 mon.a (mon.0) 171 : cluster [INF] mon.a calling monitor election 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.900612+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.904949+0000 mon.a (mon.0) 173 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.905390+0000 mon.a (mon.0) 174 : cluster [DBG] fsmap 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.905414+0000 mon.a (mon.0) 175 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.905727+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e31: y(active, since 28s), standbys: x 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.905879+0000 mon.a (mon.0) 177 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-21T01:36:09.156 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.905896+0000 mon.a (mon.0) 178 : cluster [INF] Cluster is now healthy 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:01.491848+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.870691+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.870825+0000 mon.a (mon.0) 171 : cluster [INF] mon.a calling monitor election 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.900612+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.904949+0000 mon.a (mon.0) 173 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.905390+0000 mon.a (mon.0) 174 : cluster [DBG] fsmap 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.905414+0000 mon.a (mon.0) 175 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.905727+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e31: y(active, since 28s), standbys: x 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.905879+0000 mon.a (mon.0) 177 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-21T01:36:09.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.905896+0000 mon.a (mon.0) 178 : cluster [INF] Cluster is now healthy 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:08.917564+0000 mon.a (mon.0) 179 : cluster [INF] overall HEALTH_OK 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:01.491848+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.870691+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.870825+0000 mon.a (mon.0) 171 : cluster [INF] mon.a calling monitor election 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.900612+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.904949+0000 mon.a (mon.0) 173 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.905390+0000 mon.a (mon.0) 174 : cluster [DBG] fsmap 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.905414+0000 mon.a (mon.0) 175 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.905727+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e31: y(active, since 28s), standbys: x 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.905879+0000 mon.a (mon.0) 177 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.905896+0000 mon.a (mon.0) 178 : cluster [INF] Cluster is now healthy 2023-12-21T01:36:09.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:09 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:08.917564+0000 mon.a (mon.0) 179 : cluster [INF] overall HEALTH_OK 2023-12-21T01:36:09.494 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:09 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:08.917564+0000 mon.a (mon.0) 179 : cluster [INF] overall HEALTH_OK 2023-12-21T01:36:10.204 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-21T01:36:10.204 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2023-12-21T01:36:10.204 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 3 2023-12-21T01:36:10.204 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:36:10.204 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 2 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2023-12-21T01:36:10.205 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2023-12-21T01:36:10.206 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable)": 5 2023-12-21T01:36:10.206 INFO:teuthology.orchestra.run.smithi038.stdout: } 2023-12-21T01:36:10.206 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-21T01:36:10.387 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:08.455238+0000 mgr.y (mgr.34107) 19 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:36:10.387 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:09.618359+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:10.387 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:09.623108+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:10.387 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:09.626276+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:09.626926+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:09.627468+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:09.628293+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:08.455238+0000 mgr.y (mgr.34107) 19 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:09.618359+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:09.623108+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:09.626276+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:09.626926+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:09.627468+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:10.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:10 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:09.628293+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:36:10.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:10 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:08.455238+0000 mgr.y (mgr.34107) 19 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T01:36:10.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:10 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:09.618359+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:10.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:10 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:09.623108+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:10.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:10 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:09.626276+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:36:10.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:10 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:09.626926+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:36:10.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:10 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:09.627468+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:10.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:10 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:09.628293+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-21T01:36:10.624 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-21T01:36:11.361 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:36:09.625997+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:36:09.627972+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:10.096710+0000 mgr.y (mgr.34107) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:10.202910+0000 mon.c (mon.1) 4 : audit [DBG] from='client.44107 172.21.15.38:0/1621911908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:10.790926+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:10.791932+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:10.792545+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:10.793184+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:10.793971+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:36:09.625997+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-21T01:36:11.362 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:36:09.627972+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2023-12-21T01:36:11.363 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:10.096710+0000 mgr.y (mgr.34107) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:11.363 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:10.202910+0000 mon.c (mon.1) 4 : audit [DBG] from='client.44107 172.21.15.38:0/1621911908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:36:11.363 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:10.790926+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:11.363 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:10.791932+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:36:11.363 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:10.792545+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:36:11.363 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:10.793184+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:11.363 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:11 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:10.793971+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cephadm 2023-12-21T01:36:09.625997+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cephadm 2023-12-21T01:36:09.627972+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:10.096710+0000 mgr.y (mgr.34107) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:10.202910+0000 mon.c (mon.1) 4 : audit [DBG] from='client.44107 172.21.15.38:0/1621911908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:10.790926+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:10.791932+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:10.792545+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T01:36:11.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:10.793184+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:11.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:11 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:10.793971+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-21T01:36:12.364 INFO:teuthology.orchestra.run.smithi038.stdout:false 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:36:10.791676+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:36:10.793658+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:11.836094+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:11.836972+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:11.837554+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:11.838099+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:11.838925+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:36:12.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:12.350428+0000 mon.a (mon.0) 196 : audit [DBG] from='client.34143 172.21.15.38:0/408484300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:36:10.791676+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:36:10.793658+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:11.836094+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:11.836972+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:11.837554+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:11.838099+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:11.838925+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:36:12.468 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:12 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:12.350428+0000 mon.a (mon.0) 196 : audit [DBG] from='client.34143 172.21.15.38:0/408484300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cephadm 2023-12-21T01:36:10.791676+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cephadm 2023-12-21T01:36:10.793658+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:11.836094+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:11.836972+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:11.837554+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:11.838099+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:11.838925+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-21T01:36:12.745 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:12 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:12.350428+0000 mon.a (mon.0) 196 : audit [DBG] from='client.34143 172.21.15.38:0/408484300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T01:36:13.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:36:13.060 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-21T01:36:13.145 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=46a86bca9a9445c19f0fbed23ca5def3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-21T01:36:13.147 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T01:36:13.156 INFO:tasks.cephadm:Teardown begin 2023-12-21T01:36:13.157 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T01:36:13.202 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T01:36:13.242 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T01:36:13.243 DEBUG:teuthology.orchestra.run.smithi038:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T01:36:13.262 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T01:36:13.303 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T01:36:13.303 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-21T01:36:13.304 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a 2023-12-21T01:36:13.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:13 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cephadm 2023-12-21T01:36:11.836753+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-21T01:36:13.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:13 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cephadm 2023-12-21T01:36:11.838590+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2023-12-21T01:36:13.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:13 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: cluster 2023-12-21T01:36:12.097265+0000 mgr.y (mgr.34107) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:13.495 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:13 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:12.752856+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:13.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:13 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:12.753763+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:36:13.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:13 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:12.754305+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:13.496 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:13 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: audit 2023-12-21T01:36:12.755646+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-21T01:36:13.574 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 systemd[1]: Stopping Ceph mon.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:13.574 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 bash[138714]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-21T01:36:13.574 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:36:11.836753+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-21T01:36:13.575 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cephadm 2023-12-21T01:36:11.838590+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2023-12-21T01:36:13.575 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: cluster 2023-12-21T01:36:12.097265+0000 mgr.y (mgr.34107) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:13.575 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:12.752856+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:13.575 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:12.753763+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:36:13.575 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:12.754305+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:13.575 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: audit 2023-12-21T01:36:12.755646+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-21T01:36:13.575 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:36:11.836753+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-21T01:36:13.576 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cephadm 2023-12-21T01:36:11.838590+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2023-12-21T01:36:13.576 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: cluster 2023-12-21T01:36:12.097265+0000 mgr.y (mgr.34107) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-21T01:36:13.576 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:12.752856+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' 2023-12-21T01:36:13.576 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:12.753763+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T01:36:13.576 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:12.754305+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T01:36:13.576 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: audit 2023-12-21T01:36:12.755646+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34107 172.21.15.38:0/938084379' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-21T01:36:13.577 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:36:13 smithi038 bash[132679]: ts=2023-12-21T01:36:13.250Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2023-12-21T01:36:13.966 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:36:13.772+0000 7fbfba312700 -1 received signal: Terminated from /run/podman-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 2023-12-21T01:36:13.967 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:13 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a[135803]: debug 2023-12-21T01:36:13.772+0000 7fbfba312700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-21T01:36:14.386 INFO:journalctl@ceph.mon.a.smithi038.stdout:Dec 21 01:36:14 smithi038 bash[138789]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-a 2023-12-21T01:36:14.413 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.a.service' 2023-12-21T01:36:14.508 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:14.509 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-21T01:36:14.509 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-21T01:36:14.510 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.c 2023-12-21T01:36:14.688 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:14 smithi038 systemd[1]: Stopping Ceph mon.c for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:14.967 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:14 smithi038 bash[138975]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.c" found: no such container 2023-12-21T01:36:15.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:15 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:36:15.013+0000 7f700f369700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -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 2023-12-21T01:36:15.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:15 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c[137148]: debug 2023-12-21T01:36:15.013+0000 7f700f369700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-21T01:36:15.467 INFO:journalctl@ceph.mon.c.smithi038.stdout:Dec 21 01:36:15 smithi038 bash[139036]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-c 2023-12-21T01:36:15.549 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.c.service' 2023-12-21T01:36:15.587 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:15.587 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-21T01:36:15.588 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-21T01:36:15.588 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.b 2023-12-21T01:36:15.969 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:15 smithi153 systemd[1]: Stopping Ceph mon.b for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:15.969 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:15 smithi153 bash[129695]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon.b" found: no such container 2023-12-21T01:36:15.969 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:15 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:36:15.845+0000 7f7282337700 -1 received signal: Terminated from /run/podman-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 2023-12-21T01:36:15.969 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:15 smithi153 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b[128892]: debug 2023-12-21T01:36:15.845+0000 7f7282337700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-21T01:36:16.244 INFO:journalctl@ceph.mon.b.smithi153.stdout:Dec 21 01:36:16 smithi153 bash[129735]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mon-b 2023-12-21T01:36:16.329 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mon.b.service' 2023-12-21T01:36:16.378 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:16.379 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-21T01:36:16.379 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-21T01:36:16.379 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y 2023-12-21T01:36:16.694 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:36:16 smithi038 systemd[1]: Stopping Ceph mgr.y for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:16.695 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:36:16 smithi038 bash[139154]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.y" found: no such container 2023-12-21T01:36:16.695 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:36:16 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:36:16.654+0000 7f56b8950700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-21T01:36:16.695 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:36:16 smithi038 ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y[133245]: debug 2023-12-21T01:36:16.654+0000 7f56b8950700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-21T01:36:16.967 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Dec 21 01:36:16 smithi038 bash[139192]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-y 2023-12-21T01:36:17.165 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.y.service' 2023-12-21T01:36:17.203 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:17.203 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-21T01:36:17.204 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-21T01:36:17.204 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x 2023-12-21T01:36:17.494 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:36:17 smithi153 systemd[1]: Stopping Ceph mgr.x for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:17.495 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:36:17 smithi153 bash[129855]: Error: no container with name or ID "ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-21T01:36:17.920 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:36:17 smithi153 bash[129894]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-mgr-x 2023-12-21T01:36:17.920 INFO:journalctl@ceph.mgr.x.smithi153.stdout:Dec 21 01:36:17 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-21T01:36:17.926 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@mgr.x.service' 2023-12-21T01:36:17.962 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:17.963 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-21T01:36:17.963 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-21T01:36:17.963 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.0 2023-12-21T01:36:18.253 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:36:18 smithi038 systemd[1]: Stopping Ceph osd.0 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:18.253 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:36:18 smithi038 bash[115560]: debug 2023-12-21T01:36:18.063+0000 7f544c63e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:18.253 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:36:18 smithi038 bash[115560]: debug 2023-12-21T01:36:18.063+0000 7f544c63e700 -1 osd.0 78 *** Got signal Terminated *** 2023-12-21T01:36:18.253 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:36:18 smithi038 bash[115560]: debug 2023-12-21T01:36:18.063+0000 7f544c63e700 -1 osd.0 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:18.645 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:36:18 smithi038 bash[139311]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.0 2023-12-21T01:36:18.645 INFO:journalctl@ceph.osd.0.smithi038.stdout:Dec 21 01:36:18 smithi038 bash[139353]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.0/unit.stop: No such file or directory 2023-12-21T01:36:19.144 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.0.service' 2023-12-21T01:36:19.186 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:19.186 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-21T01:36:19.186 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-21T01:36:19.187 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.1 2023-12-21T01:36:19.467 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:36:19 smithi038 systemd[1]: Stopping Ceph osd.1 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:19.467 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:36:19 smithi038 bash[117797]: debug 2023-12-21T01:36:19.321+0000 7f371ce1a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:19.468 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:36:19 smithi038 bash[117797]: debug 2023-12-21T01:36:19.321+0000 7f371ce1a700 -1 osd.1 78 *** Got signal Terminated *** 2023-12-21T01:36:19.468 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:36:19 smithi038 bash[117797]: debug 2023-12-21T01:36:19.321+0000 7f371ce1a700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:19.878 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:36:19 smithi038 bash[139470]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.1 2023-12-21T01:36:19.878 INFO:journalctl@ceph.osd.1.smithi038.stdout:Dec 21 01:36:19 smithi038 bash[139519]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.1/unit.stop: No such file or directory 2023-12-21T01:36:20.410 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.1.service' 2023-12-21T01:36:20.451 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:20.452 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-21T01:36:20.452 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-21T01:36:20.452 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.2 2023-12-21T01:36:20.717 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:36:20 smithi038 systemd[1]: Stopping Ceph osd.2 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:20.717 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:36:20 smithi038 bash[120049]: debug 2023-12-21T01:36:20.571+0000 7f874ede8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:20.718 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:36:20 smithi038 bash[120049]: debug 2023-12-21T01:36:20.571+0000 7f874ede8700 -1 osd.2 78 *** Got signal Terminated *** 2023-12-21T01:36:20.718 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:36:20 smithi038 bash[120049]: debug 2023-12-21T01:36:20.571+0000 7f874ede8700 -1 osd.2 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:21.144 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:36:20 smithi038 bash[139636]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.2 2023-12-21T01:36:21.145 INFO:journalctl@ceph.osd.2.smithi038.stdout:Dec 21 01:36:20 smithi038 bash[139677]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.2/unit.stop: No such file or directory 2023-12-21T01:36:21.652 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.2.service' 2023-12-21T01:36:21.693 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:21.693 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-21T01:36:21.694 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-21T01:36:21.694 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.3 2023-12-21T01:36:21.967 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:36:21 smithi038 systemd[1]: Stopping Ceph osd.3 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:21.967 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:36:21 smithi038 bash[120328]: debug 2023-12-21T01:36:21.846+0000 7f8adced1700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:21.967 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:36:21 smithi038 bash[120328]: debug 2023-12-21T01:36:21.846+0000 7f8adced1700 -1 osd.3 78 *** Got signal Terminated *** 2023-12-21T01:36:21.967 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:36:21 smithi038 bash[120328]: debug 2023-12-21T01:36:21.846+0000 7f8adced1700 -1 osd.3 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:22.403 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:36:22 smithi038 bash[139795]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.3 2023-12-21T01:36:22.403 INFO:journalctl@ceph.osd.3.smithi038.stdout:Dec 21 01:36:22 smithi038 bash[139836]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.3/unit.stop: No such file or directory 2023-12-21T01:36:22.843 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.3.service' 2023-12-21T01:36:22.883 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:22.883 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-21T01:36:22.883 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-21T01:36:22.884 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.4 2023-12-21T01:36:23.184 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:36:22 smithi153 systemd[1]: Stopping Ceph osd.4 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:23.184 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:36:22 smithi153 bash[112313]: debug 2023-12-21T01:36:22.987+0000 7fa1b9f63700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:23.184 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:36:22 smithi153 bash[112313]: debug 2023-12-21T01:36:22.987+0000 7fa1b9f63700 -1 osd.4 78 *** Got signal Terminated *** 2023-12-21T01:36:23.184 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:36:22 smithi153 bash[112313]: debug 2023-12-21T01:36:22.987+0000 7fa1b9f63700 -1 osd.4 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:23.495 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:36:23 smithi153 bash[130012]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.4 2023-12-21T01:36:23.495 INFO:journalctl@ceph.osd.4.smithi153.stdout:Dec 21 01:36:23 smithi153 bash[130053]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.4/unit.stop: No such file or directory 2023-12-21T01:36:24.033 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.4.service' 2023-12-21T01:36:24.074 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:24.075 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-21T01:36:24.075 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-21T01:36:24.075 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.5 2023-12-21T01:36:24.409 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:36:24 smithi153 systemd[1]: Stopping Ceph osd.5 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:24.409 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:36:24 smithi153 bash[114391]: debug 2023-12-21T01:36:24.210+0000 7ff45233c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:24.410 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:36:24 smithi153 bash[114391]: debug 2023-12-21T01:36:24.210+0000 7ff45233c700 -1 osd.5 78 *** Got signal Terminated *** 2023-12-21T01:36:24.410 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:36:24 smithi153 bash[114391]: debug 2023-12-21T01:36:24.210+0000 7ff45233c700 -1 osd.5 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:24.734 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:36:24 smithi153 bash[130172]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.5 2023-12-21T01:36:24.735 INFO:journalctl@ceph.osd.5.smithi153.stdout:Dec 21 01:36:24 smithi153 bash[130213]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.5/unit.stop: No such file or directory 2023-12-21T01:36:25.207 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.5.service' 2023-12-21T01:36:25.247 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:25.247 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-21T01:36:25.247 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-21T01:36:25.247 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.6 2023-12-21T01:36:25.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:36:25 smithi153 systemd[1]: Stopping Ceph osd.6 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:25.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:36:25 smithi153 bash[116621]: debug 2023-12-21T01:36:25.369+0000 7f55e3f53700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:25.495 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:36:25 smithi153 bash[116621]: debug 2023-12-21T01:36:25.369+0000 7f55e3f53700 -1 osd.6 78 *** Got signal Terminated *** 2023-12-21T01:36:25.496 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:36:25 smithi153 bash[116621]: debug 2023-12-21T01:36:25.369+0000 7f55e3f53700 -1 osd.6 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:25.852 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:36:25 smithi153 bash[130331]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.6 2023-12-21T01:36:25.853 INFO:journalctl@ceph.osd.6.smithi153.stdout:Dec 21 01:36:25 smithi153 bash[130372]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.6/unit.stop: No such file or directory 2023-12-21T01:36:26.483 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.6.service' 2023-12-21T01:36:26.521 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:26.522 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-21T01:36:26.522 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-21T01:36:26.522 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.7 2023-12-21T01:36:26.745 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:36:26 smithi153 systemd[1]: Stopping Ceph osd.7 for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:26.745 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:36:26 smithi153 bash[117190]: debug 2023-12-21T01:36:26.644+0000 7f7849df8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-21T01:36:26.745 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:36:26 smithi153 bash[117190]: debug 2023-12-21T01:36:26.644+0000 7f7849df8700 -1 osd.7 78 *** Got signal Terminated *** 2023-12-21T01:36:26.745 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:36:26 smithi153 bash[117190]: debug 2023-12-21T01:36:26.644+0000 7f7849df8700 -1 osd.7 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T01:36:27.143 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:36:26 smithi153 bash[130488]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-osd.7 2023-12-21T01:36:27.143 INFO:journalctl@ceph.osd.7.smithi153.stdout:Dec 21 01:36:26 smithi153 bash[130535]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/osd.7/unit.stop: No such file or directory 2023-12-21T01:36:27.774 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@osd.7.service' 2023-12-21T01:36:27.814 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:27.814 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-21T01:36:27.814 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-21T01:36:27.814 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@prometheus.a 2023-12-21T01:36:28.133 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 systemd[1]: Stopping Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:28.133 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-21T01:36:28.133 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-21T01:36:28.133 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.944Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.945Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.946Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-21T01:36:28.134 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.946Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2023-12-21T01:36:28.135 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:27 smithi153 bash[124779]: ts=2023-12-21T01:36:27.946Z caller=main.go:1168 level=info msg="See you next time!" 2023-12-21T01:36:28.379 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@prometheus.a.service' 2023-12-21T01:36:28.403 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:28 smithi153 bash[130651]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-prometheus.a 2023-12-21T01:36:28.404 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:28 smithi153 bash[130689]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/prometheus.a/unit.stop: No such file or directory 2023-12-21T01:36:28.404 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:28 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@prometheus.a.service: Succeeded. 2023-12-21T01:36:28.404 INFO:journalctl@ceph.prometheus.a.smithi153.stdout:Dec 21 01:36:28 smithi153 systemd[1]: Stopped Ceph prometheus.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:36:28.413 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T01:36:28.413 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-21T01:36:28.414 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T01:36:28.554 INFO:teuthology.orchestra.run.smithi038.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-21T01:36:28.554 INFO:teuthology.orchestra.run.smithi038.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-21T01:36:28.554 INFO:teuthology.orchestra.run.smithi038.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-21T01:36:28.554 INFO:teuthology.orchestra.run.smithi038.stderr: [--retry RETRY] 2023-12-21T01:36:28.554 INFO:teuthology.orchestra.run.smithi038.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2023-12-21T01:36:28.555 INFO:teuthology.orchestra.run.smithi038.stderr: ... 2023-12-21T01:36:28.555 INFO:teuthology.orchestra.run.smithi038.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-21T01:36:28.564 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T01:36:28.564 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T01:36:28.683 INFO:teuthology.orchestra.run.smithi153.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-21T01:36:28.684 INFO:teuthology.orchestra.run.smithi153.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-21T01:36:28.684 INFO:teuthology.orchestra.run.smithi153.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-21T01:36:28.684 INFO:teuthology.orchestra.run.smithi153.stderr: [--retry RETRY] 2023-12-21T01:36:28.684 INFO:teuthology.orchestra.run.smithi153.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2023-12-21T01:36:28.684 INFO:teuthology.orchestra.run.smithi153.stderr: ... 2023-12-21T01:36:28.684 INFO:teuthology.orchestra.run.smithi153.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-21T01:36:28.692 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T01:36:28.693 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T01:36:28.722 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T01:36:28.750 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T01:36:28.752 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837/remote/ubuntu@smithi038.front.sepia.ceph.com/crash 2023-12-21T01:36:28.753 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/crash -- . 2023-12-21T01:36:28.800 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837/remote/ubuntu@smithi153.front.sepia.ceph.com/crash 2023-12-21T01:36:28.801 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/crash -- . 2023-12-21T01:36:28.841 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T01:36:28.842 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T01:36:28.870 INFO:teuthology.orchestra.run.smithi038.stderr:grep: /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T01:36:28.872 INFO:tasks.cephadm:Compressing logs... 2023-12-21T01:36:28.872 DEBUG:teuthology.orchestra.run.smithi038:> 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 -- 2023-12-21T01:36:28.914 DEBUG:teuthology.orchestra.run.smithi153:> 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 -- 2023-12-21T01:36:28.940 INFO:teuthology.orchestra.run.smithi038.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-21T01:36:28.940 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T01:36:28.940 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T01:36:28.940 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-21T01:36:28.941 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mgr.y.log 2023-12-21T01:36:28.941 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-21T01:36:28.942 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-21T01:36:28.942 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.3.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T01:36:28.942 INFO:teuthology.orchestra.run.smithi153.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T01:36:28.943 INFO:teuthology.orchestra.run.smithi153.stderr:: No such file or directory 2023-12-21T01:36:28.943 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-21T01:36:28.943 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T01:36:28.943 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-21T01:36:28.944 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.0.log: 91.4% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T01:36:28.944 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.a.log 2023-12-21T01:36:28.944 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.c.log 2023-12-21T01:36:28.945 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi038.anqzsc.log 2023-12-21T01:36:28.945 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.c.log: /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi038.anqzsc.log: 58.6% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi038.anqzsc.log.gz 2023-12-21T01:36:28.945 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-21T01:36:28.946 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.6.log: /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mgr.x.log 2023-12-21T01:36:28.947 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.b.log 2023-12-21T01:36:28.947 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.7.log: /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-21T01:36:28.947 INFO:teuthology.orchestra.run.smithi153.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T01:36:28.947 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-21T01:36:28.947 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.4.log: /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.5.log: 91.3% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T01:36:28.948 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi153.zwhrdh.log 2023-12-21T01:36:28.949 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi153.zwhrdh.log: 58.8% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi153.zwhrdh.log.gz 2023-12-21T01:36:28.976 INFO:teuthology.orchestra.run.smithi153.stderr: 89.8% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mgr.x.log.gz 2023-12-21T01:36:29.145 INFO:teuthology.orchestra.run.smithi153.stderr: 93.0% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-21T01:36:29.158 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.1.log: 91.8% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mgr.y.log.gz 2023-12-21T01:36:29.169 INFO:teuthology.orchestra.run.smithi038.stderr: 92.7% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-21T01:36:29.189 INFO:teuthology.orchestra.run.smithi153.stderr: 93.5% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-21T01:36:29.214 INFO:teuthology.orchestra.run.smithi038.stderr: 93.4% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-21T01:36:29.233 INFO:teuthology.orchestra.run.smithi153.stderr: 93.4% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-21T01:36:29.262 INFO:teuthology.orchestra.run.smithi153.stderr: 93.2% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-21T01:36:29.266 INFO:teuthology.orchestra.run.smithi038.stderr: 93.2% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-21T01:36:29.302 INFO:teuthology.orchestra.run.smithi038.stderr: 93.8% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.c.log.gz 2023-12-21T01:36:29.303 INFO:teuthology.orchestra.run.smithi153.stderr: 93.0% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.b.log.gz 2023-12-21T01:36:29.305 INFO:teuthology.orchestra.run.smithi153.stderr: 2023-12-21T01:36:29.305 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m0.373s 2023-12-21T01:36:29.305 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m1.409s 2023-12-21T01:36:29.305 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.069s 2023-12-21T01:36:29.306 INFO:teuthology.orchestra.run.smithi038.stderr: 93.2% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-21T01:36:29.637 INFO:teuthology.orchestra.run.smithi038.stderr: 91.1% -- replaced with /var/log/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/ceph-mon.a.log.gz 2023-12-21T01:36:29.639 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-21T01:36:29.639 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m0.710s 2023-12-21T01:36:29.639 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m2.391s 2023-12-21T01:36:29.639 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.090s 2023-12-21T01:36:29.639 INFO:tasks.cephadm:Archiving logs... 2023-12-21T01:36:29.639 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837/remote/ubuntu@smithi038.front.sepia.ceph.com/log 2023-12-21T01:36:29.640 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T01:36:30.025 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837/remote/ubuntu@smithi153.front.sepia.ceph.com/log 2023-12-21T01:36:30.026 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T01:36:30.275 INFO:tasks.cephadm:Removing cluster... 2023-12-21T01:36:30.276 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 --force 2023-12-21T01:36:31.330 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:36:31 smithi038 systemd[1]: Stopping Ceph node-exporter.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:31.635 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:36:31 smithi038 bash[140327]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-node-exporter.a 2023-12-21T01:36:31.635 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:36:31 smithi038 bash[140364]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2023-12-21T01:36:31.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:36:31 smithi038 systemd[1]: Stopping Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:31.967 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:36:31 smithi038 bash[132679]: ts=2023-12-21T01:36:31.803Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-21T01:36:31.967 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:36:31 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-21T01:36:31.967 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:36:31 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-21T01:36:31.967 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Dec 21 01:36:31 smithi038 systemd[1]: Stopped Ceph node-exporter.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:36:32.321 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:36:32 smithi038 bash[140400]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-alertmanager.a 2023-12-21T01:36:32.321 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:36:32 smithi038 bash[140439]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2023-12-21T01:36:32.321 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:36:32 smithi038 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-21T01:36:32.322 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Dec 21 01:36:32 smithi038 systemd[1]: Stopped Ceph alertmanager.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:36:43.221 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 --force 2023-12-21T01:36:44.244 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:36:44 smithi153 systemd[1]: Stopping Ceph node-exporter.b for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:44.590 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[131085]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-node-exporter.b 2023-12-21T01:36:44.590 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[131122]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2023-12-21T01:36:44.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:36:44 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-21T01:36:44.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:36:44 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-21T01:36:44.995 INFO:journalctl@ceph.node-exporter.b.smithi153.stdout:Dec 21 01:36:44 smithi153 systemd[1]: Stopped Ceph node-exporter.b for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:36:44.996 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 systemd[1]: Stopping Ceph grafana.a for d648fb56-9f9f-11ee-95a5-87774f69a715... 2023-12-21T01:36:44.996 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-21T01:36:44.996 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2023-12-21T01:36:44.996 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2023-12-21T01:36:44.997 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2023-12-21T01:36:44.997 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2023-12-21T01:36:44.997 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2023-12-21T01:36:44.997 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2023-12-21T01:36:44.997 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2023-12-21T01:36:44.997 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2023-12-21T01:36:44.998 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2023-12-21T01:36:44.998 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2023-12-21T01:36:44.998 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=info msg="Stopped Stream Manager" 2023-12-21T01:36:44.998 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:44 smithi153 bash[119565]: t=2023-12-21T01:36:44+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2023-12-21T01:36:45.287 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:45 smithi153 bash[131159]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715-grafana.a 2023-12-21T01:36:45.287 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:45 smithi153 bash[131199]: bash: /var/lib/ceph/d648fb56-9f9f-11ee-95a5-87774f69a715/grafana.a/unit.stop: No such file or directory 2023-12-21T01:36:45.288 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:45 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2023-12-21T01:36:45.288 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:45 smithi153 systemd[1]: ceph-d648fb56-9f9f-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-21T01:36:45.288 INFO:journalctl@ceph.grafana.a.smithi153.stdout:Dec 21 01:36:45 smithi153 systemd[1]: Stopped Ceph grafana.a for d648fb56-9f9f-11ee-95a5-87774f69a715. 2023-12-21T01:36:56.145 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T01:36:56.146 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T01:36:56.170 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T01:36:56.188 INFO:tasks.cephadm:Teardown complete 2023-12-21T01:36:56.188 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T01:36:56.198 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T01:36:56.199 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T01:36:56.214 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T01:36:56.231 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2023-12-21T01:36:56.236 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T01:36:56.237 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2023-12-21T01:36:56.237 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +11us[ +11us] +/- 95ms 2023-12-21T01:36:56.237 INFO:teuthology.orchestra.run.smithi038.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -319us[ -312us] +/- 59ms 2023-12-21T01:36:56.237 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +379us[ +385us] +/- 65ms 2023-12-21T01:36:56.237 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:36:56.245 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2023-12-21T01:36:56.250 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T01:36:56.250 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2023-12-21T01:36:56.250 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 +31us[ +31us] +/- 95ms 2023-12-21T01:36:56.250 INFO:teuthology.orchestra.run.smithi153.stdout:^* hv02.front.sepia.ceph.com 3 6 377 28 -311us[ -306us] +/- 59ms 2023-12-21T01:36:56.250 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 +395us[ +395us] +/- 65ms 2023-12-21T01:36:56.250 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T01:36:56.250 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T01:36:56.260 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T01:36:56.260 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T01:36:56.271 DEBUG:teuthology.orchestra.run.smithi038:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T01:36:56.380 DEBUG:teuthology.orchestra.run.smithi153:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T01:36:56.470 DEBUG:teuthology.orchestra.run.smithi038:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T01:36:56.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:36:56.506 DEBUG:teuthology.orchestra.run.smithi153:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T01:36:56.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:36:56.538 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T01:36:56.547 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T01:36:56.558 INFO:teuthology.task.internal:Duration was 1198.678979 seconds 2023-12-21T01:36:56.558 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T01:36:56.569 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T01:36:56.569 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T01:36:56.571 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T01:36:56.620 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:36:56.624 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:36:56.977 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T01:36:56.977 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2023-12-21T01:36:56.977 DEBUG:teuthology.orchestra.run.smithi038:> egrep --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' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T01:36:57.004 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2023-12-21T01:36:57.004 DEBUG:teuthology.orchestra.run.smithi153:> egrep --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' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T01:36:57.029 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T01:36:57.030 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T01:36:57.047 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T01:36:57.129 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T01:36:57.129 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T01:36:57.132 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T01:36:57.284 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T01:36:57.295 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T01:36:57.295 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T01:36:57.323 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T01:36:57.351 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T01:36:57.361 DEBUG:teuthology.orchestra.run.smithi038:> 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 2023-12-21T01:36:57.366 DEBUG:teuthology.orchestra.run.smithi153:> 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 2023-12-21T01:36:57.391 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2023-12-21T01:36:57.417 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2023-12-21T01:36:57.464 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T01:36:57.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:36:57.483 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T01:36:57.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:36:57.521 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T01:36:57.533 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T01:36:57.534 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837/remote/smithi038 2023-12-21T01:36:57.535 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T01:36:57.589 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837/remote/smithi153 2023-12-21T01:36:57.590 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T01:36:57.633 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T01:36:57.634 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T01:36:57.636 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T01:36:57.683 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T01:36:57.695 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T01:36:57.695 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T01:36:57.705 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T01:36:57.705 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T01:36:57.707 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T01:36:57.724 INFO:teuthology.orchestra.run.smithi038.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 01:36 /home/ubuntu/cephtest 2023-12-21T01:36:57.740 INFO:teuthology.orchestra.run.smithi153.stdout: 525856 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 01:36 /home/ubuntu/cephtest 2023-12-21T01:36:57.742 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T01:36:57.757 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T01:36:57.777 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T01:36:57.804 DEBUG:teuthology.nuke:shortname: smithi038 2023-12-21T01:36:57.804 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T01:36:57.826 DEBUG:teuthology.nuke:shortname: smithi153 2023-12-21T01:36:57.827 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T01:36:57.830 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 01:08:24.925864', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO4lbWPjdlgNooa1Vf3i80ToZ0LgSUG3XDCYOLBxlPSJkDuGEP1qvPi+yZSvj97dD1dwVcwOyLTFJn98D1YyPNM='} 2023-12-21T01:36:57.848 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498837', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 01:08:24.923991', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMALJsbQvfHdjmvV+J80SwMNdOLMH+B90mV5x+WCcAfvBZQRP97DPgRVeSJR6Ejb7oVQYM2LdXudqgt9trZHQWI='} 2023-12-21T01:36:57.877 INFO:teuthology.orchestra.console.smithi038:Power off 2023-12-21T01:36:57.877 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T01:36:57.902 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2023-12-21T01:36:57.902 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:36:57.917 INFO:teuthology.orchestra.console.smithi153:Power off 2023-12-21T01:36:57.918 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T01:36:57.926 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-21T01:36:57.940 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2023-12-21T01:36:57.940 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:36:57.967 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-12-21T01:37:01.927 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:37:01.968 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:37:02.037 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-21T01:37:02.078 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-12-21T01:37:06.041 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:37:06.079 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:37:06.152 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-21T01:37:06.190 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-12-21T01:37:10.157 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:37:10.191 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:37:10.268 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2023-12-21T01:37:10.301 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2023-12-21T01:37:10.370 INFO:teuthology.orchestra.console.smithi038:Power off completed 2023-12-21T01:37:10.402 INFO:teuthology.orchestra.console.smithi153:Power off completed 2023-12-21T01:37:10.507 INFO:teuthology.run:Summary data: description: rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} duration: 1198.6789786815643 failure_reason: 'Command failed on smithi038 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d648fb56-9f9f-11ee-95a5-87774f69a715 -e sha1=639f0137318def3e5f393094e5494880043a8f32 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=46a86bca9a9445c19f0fbed23ca5def3 status: fail success: false 2023-12-21T01:37:10.508 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T01:37:10.592 INFO:teuthology.run:FAIL